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

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

Parameters

value
Type: SystemString
Value to be converted

Return Value

Type: String
See Also