Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • isValid(): boolean
  • Test whether a Date instance is valid. A valid date returns a number for its timestamp, and NaN otherwise. NaN is never equal to itself.

    Returns boolean

  • toDateInputString(): string
  • Return a standard YYYY-MM-DD string for the Date instance.

    Returns string

    The date in YYYY-MM-DD format

  • toTimeInputString(): string
  • Return a standard H:M:S.Z string for the Date instance.

    Returns string

    The time in H:M:S format