Variables
fromDateTime
from
Date
Time
: (dateTime
: string) => DatefromEpoch
from
Epoch
: (secs
: string | number) => DateType declaration
- (secs: string | number): Date
fromFormat
from
Format
: (dateTime
: string, format
: string) => DateType declaration
- (dateTime: string, format: string): Date
Parameters
dateTime: string
format: string
fromMillis
from
Millis
: (ms
: string | number) => DateType declaration
- (ms: string | number): Date
fromUnix
from
Unix
: (secs
: string | number) => DateType declaration
- (secs: string | number): Date