enabled

Whether the calendar's footer is shown. The default value is true.


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

<script type="text/javascript">
    $(function () {
        $("#calendar").shieldCalendar({
            footer: {
                enabled: false
            }
        });
    });
</script>