engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

i need the calendar to be sorted like this: sun, mon, thus, ... saturday #207

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in my country friday and saturday is the weekend... what do i need to 
change?

Original issue reported on code.google.com by yoni...@gmail.com on 16 May 2010 at 4:23

GoogleCodeExporter commented 8 years ago
You can use Date.firstDayOfWeek e.g. 

http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerDateFormat.
html

If you want to style the friday and saturday differently to the rest of the 
days you
will need to use a renderCallback (look through the other examples on my site 
to find
out how..

Original comment by kelvin.l...@gmail.com on 16 May 2010 at 4:42