DATE Constants

Overview

Use these constants to enter dates.

Syntax

d#<date declaration>

Instead of d# you can also use the following:

oD#

odate

oDATE

Enter the date declaration in format <year-month-day>.

DATE values are internally handled as DWORD values, containing the time span in seconds since 01.01.1970, 00:00 clock.

Examples

DATE#1996-05-06
d#1972-03-29

For further information, refer to the description of the TIME data types.