Gets the short date.

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

Syntax

C#
public static string GetShortDate(
	string strDate
)
Visual Basic
Public Shared Function GetShortDate ( 
	strDate As String
) As String

Parameters

strDate
Type: System..::..String
The date.

Return Value

short date content of the input.

See Also