Hi all,
is possible to set in this datepicker weeks starts on Monday?
Here is a fiddle to explain this.
He second column (date) is a range date and when you try to select start date in the filter the weeks always start on Sunday.
Thanks in advance.
$( ".selector" ).datepicker({ firstDay: 1 });
For reference: http://api.jqueryui.com/datepicker/#option-firstDay
Sunday 0 Monday 1 Tuesday 2 Wednesday 3 Thursday 4 Friday 5 Saturday 6
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
For reference: http://api.jqueryui.com/datepicker/#option-firstDay
Sunday 0
Monday 1
Tuesday 2
Wednesday 3
Thursday 4
Friday 5
Saturday 6