Dates to string.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string DateToString(
	DateTime DateValue
)
Visual Basic
Public Shared Function DateToString ( 
	DateValue As DateTime
) As String

Parameters

DateValue
Type: System..::..DateTime
The date value.

Return Value

return value of input with SortableDateTimePattern.

See Also