Widgets > wijcalendar > wijcalendar How To > Display Short Month Names |
To display an abbreviated calendar month name and year, set the titleFormat option to “MMM yyyy”, like the following:
<script id="scriptInit" type="text/javascript">
$(document).ready(function () {
$("#calendar1").wijcalendar(
{ easing: "easeOutExpo", titleFormat: "MMM yyyy" }
);
});
</script>
<div class="main demo">
<!-- Begin demo markup -->
<div id="calendar1"></div>
<!-- End demo markup -->
<div class="demo-options">
<!-- Begin options markup -->
<!-- End options markup -->
</div>
</div>
This topic illustrates the following:
The abbreviated calendar month and year is displayed on the calendar title.