Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > DatePicker > How to Change mm/dd/yyyy

Not answered How to Change mm/dd/yyyy

Feed from this thread
  • Md.Hasanuzzaman avatar

    Posted on Oct 3, 2011 (permalink)

    Hi.
        I want to change mm/dd/yyyy to yyyy-mm-dd. Is it possible ?
    please give me a xaml example.
    thank you.

    Reply

  • Ivo Ivo admin's avatar

    Posted on Oct 4, 2011 (permalink)

    Hi Md.Hasanuzzaman,

    The right way to edit the dispayed date is this:
    this.radDateTimePicker.Culture = new System.Globalization.CultureInfo("en-US");
    this.radDateTimePicker.Culture.DateTimeFormat.ShortDatePattern = "yyyy-mm-dd";

    Hope this helps.

    All the best,
    Ivo
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > DatePicker > How to Change mm/dd/yyyy
Related resources for "How to Change mm/dd/yyyy"

WPF DatePicker Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]