DATE$ |
date$ returns the current date.
date$
Date MOIS_SUIV : # defines a Date type variable
Char JOURJOUR = day$(date$) : # stores the name of the day
MOIS_SUIV = date$+30 : # adds 30 days to the current date
date$ gives the local date supplied by the system as a Date type expression.
If the date given is wrong, ask your system administrator to correct the system date.
The result is a Date type.
No errors associated with this function.
TIME$ - TIME - DATESYST - DATE
|
|