string
Last updated
Was this helpful?
lSParseDateTime(locale=[string], timezone=[string], format=[string])
Parses a locale-specific datetime string or object
Arguments:
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:
strictMapping
boolean
false
true
useCustomSerializer
string
false
null
Last updated
Was this helpful?