Click or drag to resize
DateTimeUrlFormatterFormat Method
Returns given date time in custom culture independent format.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string Format(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime

Return Value

Type: String
See Also