Water 5-Common Data Types-Date and Time
class datetime.date
Class for date objects
Contract
Parameter keyDefault valueType
yearnullinteger
monthnullinteger
daynullinteger
basenull
Water Contract
<class datetime.date
  year =null=number.integer
  month=null=number.integer
  day  =null=number.integer
  base =null
/>

See also: time

Returns a datetime with only the date fields of year, month and day. Hour, minute, second, and millisecond are all considered to be 0 when comparing a date with a datetime.
<date 2005 1 5/>
<date 2005 1 5/>