Today
Contents
Description
Returns the current date as a date(Julian days) value.
See this note.
Syntax
double Today()
Return
Return the data(Julian days) value
Example
double aa = today(); aa = ;//Return the Julian days date of today.
Returns the current date as a date(Julian days) value.
See this note.
double Today()
Return the data(Julian days) value
double aa = today(); aa = ;//Return the Julian days date of today.