How to change the first day of the Datepicker popup

If you want to change the first day of the Datepicker popup calendar by Monday:

Add this line in javascript section:

 

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

Thanks!