template-for-typescript-projects
    Preparing search index...

    Function parseISO8601DateTime

    • Parses an ISO-8601 date-time string into a Date instance.

      Parameters

      • value: string

        The ISO-8601 date-time string to parse.

      Returns Date

      The parsed Date instance.

      If the string does not match ISO-8601 format or represents an invalid date.