jQuery DateTimePicker Settings

The DateTimePicker widget is initialized with the shieldDateTimePicker constructor, passing it a dictionary of settings as shown below:


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

<script type="text/javascript">
    $(function () {
        $("#picker").shieldDateTimePicker({
            openOnFocus: true
        });
    });
</script>

Details about all configuration settings can be found below.