jQuery Calendar Settings

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


<div id="calendar" ></div>

<script type="text/javascript">
    $(function () {
        $("#calendar").shieldCalendar({
            focused: new Date(2016, 2, 31)
        });
    });
</script>

Details about all configuration settings can be found below.