Is there any way in jQuery UI Date Picker to show a day name (like “Tuesday”) instead of a date?
I know that, by default, it only shows a date (like “09/09/2011”), but instead I want it to display “Friday”.
Is there option for that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can set the
dateFormatoption: http://jqueryui.com/demos/datepicker/#option-dateFormat.In your case, I’d start with the constant:
DDfor the long form day name. Here is a full list of constants: http://docs.jquery.com/UI/Datepicker/formatDateExample: