DefaultDateFormat is a string that will be used to format the date in the absence of a FormatAttribute

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected virtual string DefaultFormat { get; }
Visual Basic
Protected Overridable ReadOnly Property DefaultFormat As String
	Get

Field Value

A String representing the default format to use to render the date

Return Value

A Format String

See Also