now()

Gets the a Date object representing the current date/time.

This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 60 times.

Parameters

No parameters should be passed to this function.

Returns

{Date}
A Date object representing the current date/time. Executing arithmetic on this function without invoking it will result in getting the number of milliseconds since January 1, 1970 GMT (eg. +YourJS.now === Date.now()).