Namespace: Date

utilx. Date

utilx.Date
Source:

Methods

(static) isDate(inputArg) → {boolean}

Returns true if the operand inputArg is a Date object.
Parameters:
Name Type Description
inputArg *
Source:
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 *
Source:
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