Change the first day of week on popup referring to the date/time field

Ability to change the first day of week to Monday on popup calendar referring to the date/time field.

Add this line in Javascript section:

$.datepicker.setDefaults( { firstDay: 1 } );

1 Like