string
String Methods
lSParseDateTime(locale=[string], timezone=[string], format=[string])
Parses a locale-specific datetime string or object
Arguments:
Argument
Type
Required
Default
locale
string
false
null
timezone
string
false
null
format
string
false
null
jSONDeserialize(strictMapping=[boolean], useCustomSerializer=[string])
Converts a JSON (JavaScript Object Notation) string data representation into data, such as a structure or array.
Arguments:
Argument
Type
Required
Default
strictMapping
boolean
false
true
useCustomSerializer
string
false
null
Examples
Last updated
Was this helpful?