"date",
        "dateTime"
    
    These attributes allow to set and query date and time.
Synopsis
shape.date(time date);
Parameter
| Parameter | Description | 
|---|---|
| shape | Name of the object. | 
| date | Date | 
Description
These attributes allow to set and query date and time.
Example
main()
{
  DateTimeEdit_ewo1.date(makeTime(2000,12,12));
}
        Assignment
DateTimeEdit Widget