githubEdit

string

String Methods

chevron-rightlSParseDateTime(locale=[string], timezone=[string], format=[string])hashtag

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

chevron-rightjSONDeserialize(strictMapping=[boolean], useCustomSerializer=[string])hashtag

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?