now

Returns the number of days from January 1, 0000 and the current time in seconds as a double.

Syntax

R = now

Outputs

R
The integral part is the number of days since January 1, 0000 and the fractional part is the current time in seconds.
Type: double

Example

R = now()
R = 737540.37

Version History

2022