by default, the datePicker plugin is displaying the short name of day (Su, Mo, Tu, We, Th, Fr, Sa) (dayNamesMin)
I would to display the full name (Sunday….) (dayNames).
How to do it ?
I try it, but it doesn’t work :
$("#datepicker").datepicker("option", "dayNames");
This should work: