• Checks whether the target string is a valid ISO8601 date

    Example

    expect(isISO8601('2009-05-19').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    • options: any = {}

      The options

    Returns Result<boolean | undefined>

Generated using TypeDoc