RadCalendar for ASP.NET

Date format string Send comments on this topic.
Date Picker > Date format string

Glossary Item Box

The date picker will by default display the dates taking the system locale settings. You can customize the date format using the DateFormat property of DateInput.

ASPX Copy Code
<rad:RadDatePicker ID="RadDatePicker1" runat="server">
  
<DateInput DateFormat="dd/MM/yyyy"></DateInput>
</
rad:RadDatePicker>

See Date Format Pattern topic for more details on how to use the format characters.