The <bdp:BDPLite> control support only three DateFormat options.
| Date format |
Curent culture |
Description |
|
d-MMM-yyyy |
en-US |
Date format = "d-MMM-yyy";
Output
= 1-Feb-2005. |
|
d |
en-US |
Uses Culture.DateTimeFormat.ShortDatePattern.
Date format
= "M/d/yyyy"; Output = 2/1/2005. |
|
D |
en-US |
Uses Culture.DateTimeFormat.LongDatePattern.
Date format
= "MMMM d, yyyy"; Output = February
1, 2005. |
Above table pasted from
http://basicdatepicker.com/support/#q4The <bdp:BasicDatePicker> control support full customization of the DateFormat property.
Hope this helps.
Thanks,
Geoffrey McGill
----------------------------------------
Coolite Inc.
Email: support [at] coolite [dot] com
Phone: +1(888)775-5888