I have dates being output in this format: 14-MAR-2011 (DD-MMM-YYYY) for example.
Is it possible, using jQuery to convert this to: 03\11 (MM\YY) ?
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 try:
See datepicker API
You just need jquery.ui (maybe you use it…)
Somerthing like that in your jquery script (not tested, but should works after corrected possible bugs ;):