Click or drag to resize
FormHelperGetDateTimeValueInSystemCulture Method
Gets date-time value in system (en) culture format.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetDateTimeValueInSystemCulture(
	string value
)

Parameters

value
Type: SystemString
Value to be converted

Return Value

Type: String
See Also