timeFormat

Contains the format string or callback function used for formatting the time part of the value.


<input id="picker" ></input>

<script type="text/javascript">
    $(function () {
        $("#picker").shieldDateTimePicker({
            timeFormat: "{0:h:MM:ss TT}"
        });
    });
</script>