Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Input > RadDateTimePicker with format
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RadDateTimePicker with format

Feed from this thread
  • rachel avatar

    Posted on Jun 21, 2011 (permalink)

    Hello,
    Could I define the format of the RadDateTimePicker for somthing like "21/06/2011 15:44 Sun".
    I need the name of the day.

  • Radoslav Radoslav avatar

    Posted on Jun 23, 2011 (permalink)

    Hello Rachel,

    Please try using the following date format: "dd/MM/yyyy hh:mm ddd". For example:
    <telerik:RadDateTimePicker runat="server" ID="ds" DateInput-DateFormat="dd/MM/yyyy hh:mm ddd"></telerik:RadDateTimePicker>

    I hope this helps.

    Greetings,
    Radoslav
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Input > RadDateTimePicker with format