Widgets > wijeventscalendar > Change the Culture |
Each culture has different conventions and formats for displaying dates, time, numbers, and other information. This topic illustrates how to set the culture of a wijeventscalendar using the culture option.
</script>
tag in the references, enter the following jQuery script to initialize the wijeventscalendar widget and set the selectedDate option.
<script type="text/javascript">
$(document).ready(function () {
$("#eventscalendar").wijevcal({
culture: " de-DE"
});
});
</script>