jQuery MonthYearPicker Settings

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


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

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

Details about all configuration settings can be found below.