Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsISO8601"

Index

Functions

Functions

isISO8601

  • isISO8601(value: string): boolean
  • Checks if the string is a valid ISO 8601 date. If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    Returns boolean

    True if the string a valid ISO 8601, false otherwise.

Generated using TypeDoc