Asked By
rypatterson
20 points
N/A
Posted on - 08/29/2011
Hi
Â
   I am using jsdatepicker in my application.After the selecting the date format is coming like mm/dd/yy (10/3/2011) , I should get the format like MM dd,YY (Sept 3,2011).
Please provide me the solution.
Â
Â
Â
Thanks In Advance
rypatterson
Jsdatepicker date format MM dd, YY
$(function() {
$("#datepicker").datepicker();
$.datepicker.formatdate('MM,DD,YY');
});
Try adding this code. This will get you to the right format. Datepicker will help you to choose the right type of format. The last line of the code is important. That will get you the right format.
Cheers.
Â
Jsdatepicker date format MM dd, YY
You guys here are really excellent. Ask a question and get answers in minutes. Wow really awesome set of experts in this site