↧
From: | Jerry |
To: | Rick Strahl |
Pretty sure string dates aren't supported in the format because those values can't be parsed easily.
The formats can be found here:
http://docs.jquery.com/UI/Datepicker/formatDate
+++ Rick ---
dddd, MMMM dd, yyyy
It returns this:
0808 01/08/2013
Tuesday, 01/08/13
Thank you.