Gets or sets the formatting of the date displayed in the control. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public string CustomDateFormat { get; set; } |
Visual Basic
![]() |
---|
Public Property CustomDateFormat As String |
Type: String
A string that specifies a custom DateTime format. Default value is empty string ("").
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.