Previous Topic: Special AttributesNext Topic: CURRENT TIME


CURRENT DATE

The data type of CURRENT DATE is Date. You cannot modify it, but you can compare it with any view of a date attribute and use it as the source for a SET statement whose target is the view of a date attribute.

This is an example of how CURRENT DATE is used:

if current date is equal to client_checkup_date
  exit state is send_client_reminder
  set customer date_added to current date