@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable date_parseConst

    date_parse: (s: string) => number = ...

    alias for Date.parse.

    Type declaration

      • (s: string): number
      • Parses a string containing a date, and returns the number of milliseconds between that date and midnight, January 1, 1970.

        Parameters

        • s: string

          A date string

        Returns number