Basic Date Picker Forums

Welcome to Basic Date Picker Forums Sign in | Join | Help
in Search

DateFormat is always "d-MMM-yyyy", is this the normal behavior?

Last post 04-23-2009, 11:50 PM by geoffrey.mcgill. 1 replies.
Sort Posts: Previous Next
  •  03-22-2009, 10:09 PM 1767

    DateFormat is always "d-MMM-yyyy", is this the normal behavior?

    Hi folks,
    I just downloaded BDPLite control, and I am trying to set the DateFormat to somehting else, but every time is just defaults to "d-MMM-yyyy", is this normal behavior?

    Thanks,
    ...Alex
  •  04-23-2009, 11:50 PM 1782 in reply to 1767

    Re: DateFormat is always "d-MMM-yyyy", is this the normal behavior?

    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/#q4

    The <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
View as RSS news feed in XML
 
Powered by Community Server, by Telligent Systems