Member of the time class.
c = now
Generates a floating-point number that represents the current date and time. Use datestr(now) to generate a string that is a readable version of the date and time.
| Name | Description |
| c | Returns the current date and time as a floating-point number. The integer part of c represents the current date. The fractional part of c represents the current time. |
C = datestr(now)