DATE$

Contents


date$ returns the current date.

 

Syntax

   date$

 

Examples

      Date MOIS_SUIV  : # defines a Date type variable
   Char JOUR
   JOUR = day$(date$)  : # stores the name of the day
   MOIS_SUIV = date$+30  : # adds 30 days to the current date

 

Description and comments

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.

 

Associated errors

No errors associated with this function.

 

Associated key words

TIME$ - TIME - DATESYST - DATE


CONTENTS


Copyright © Sage 1999 - 2007