The datepicker configuration options. Valid only for datepicker specific configuration options.
All configuration options that exists on the datetimepicker level are going to override the options at datepicker level.
Examples
Sample
<input id="datetimepicker" width="312" />
<script>
$('#datetimepicker').datetimepicker({
datepicker: { showOtherMonths: true, calendarWeeks: true }
});
</script>