Articles in this section

How can I specify custom date time format programmatically in DropDownCalendar control?

 

Set the Format property as CustomString and CustomFormat property to the required datetime format. (e.g. “MMM dd yyyy”, “MM dd YY”)

C#

DropDownCalendarControl1.CustomFormat = "MMM dd yyyy";

DropDownCalendarControl1.Format = Syncfusion.Web.UI.WebControls.Tools.DateTimeFormatType.CustomString;

VB

DropDownCalendarControl1.CustomFormat = "MMM dd yyyy"

DropDownCalendarControl1.Format = Syncfusion.Web.UI.WebControls.Tools.DateTimeFormatType.CustomString

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied