The rtoday() function
The rtoday() function returns the system date as a long integer value.
Syntax
void rtoday(today)
int4 *today;
- today
- A pointer to an int4 variable to contain the internal DATE.
Usage
The rtoday() function obtains the system date on the client computer, not the server computer.