Methods
(static) isDate(inputArg) → {boolean}
Returns true if the operand inputArg is a Date object.
Parameters:
Name | Type | Description |
---|---|---|
inputArg |
* |
Returns:
- Type
- boolean
(static) isValid(dateObject) → {boolean}
This method returns true if the operand inputArg is a Date object and is valid.
Parameters:
Name | Type | Description |
---|---|---|
dateObject |
* |
Returns:
- Type
- boolean
(static) now() → {number}
This method returns the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
- Source:
- See:
Returns:
- Type
- number