WebBase Data Type: Date.



Date is a Date varible that can store any date
from: 1 January 1900 to: 31 December 2149.

Date syntax: Month/Day/Year where the Month can have a value between 1-12,
Day a value between 1-31 and Year a value between 1900-2149 (US Syntax).

In WebBase apllication all varible names of the
Date type must end with the ? symbol.

Example: a?=12/25/1998; b?=1/1/2000
Result: a!=Chrtmas day 1998 b!=1 January 2000.

Program Example

All DATE varibles and functions inm WebBase are year 2000 complient,
how ever using the NOW? function to get the system date on a non
year 2000 complient system might return the wrong date! check your computer system!


Return

Last Updated: July 1998