I have include a jqueryUI Datepicker, I need to change the 2 letters days into 1 letter, example. instead of "Su" for Sunday, it will become "S" for sunday and the rest.... How will I change it???
I was just wondering this same thing. After looking through the api I found out you can pass an option into the datepicker to change the day names. Here is the api section: http://api.jqueryui.com/datepicker/#option-dayNamesMin
Here is an example:
$("#datepicker").datepicker({
dayNamesMin: ['S', 'M', 'T', 'W', 'T', 'F', 'S']
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With