ASP.NET Pack Programmer's Guide
DateTimePicker.CustomDateFormat Property
See Also
 





Gets or sets the formatting of the date displayed in the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string CustomDateFormat { get; set; }

Visual Basic  Copy Code

Public Property CustomDateFormat As String

 Property Value

Type: String
A string that specifies a custom DateTime format. Default value is empty string ("").

 Remarks

If the value of this property is an empty string, the date will be formatted against the value of the control's Culture DateTimeFormat.ShortDatePattern and DateTimeFormat.ShortTimePattern format.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.WebForms Namespace