• JMap.Util.Date.getDateFromISOString

    Returns a date corresponding to the given ISO-8601 date string.

    Parameters

    • isoDate: string

      IS-8601 string date

    Returns Date

    Throws

    Example

    // returns a date corresponding to the given ISO-8601 date string.
    JMap.Util.Date.getDateFromISOString()