The CALENDARFIELD component represents a field with the possibility to open a calendar dialog. The user can either define a date by keying the date into the field or by starting the dialog.

There are certain useful processing rules when keying in a date:

1. defining "01" will automatically select the first of the current month
2. defining "0102" will select the first of February of the current year - or if using US localization will select the 2nd of January
3. defining "01022014" is the short input for a date
4. defining "+1" will select tomorrow
5. defining "-1" will select yesterday

By default the CALENDFIELD manages dates. You may also use the component for maintaining "day times" or "times". Please use attribute FORMAT to select the correct data type.