Date Field

Using the Date field

The Date control maintains data as a time stamp in a format consistent with the locale and language of the user's system. The format definitions follow the Java class SimpleDateFormat. If no default format is found, the JDBC standard will be used "yyyy-MM-dd". Local formats will be converted to contain at least "dd" and "MM" numbers in the format code. Year codes will be increased to at least four digits.

The Date control operates like a text field where data can be input by keyboard entry. The digit being entered is enclosed in blue square brackets and format characters are ignored - just type the numbers.

Alternatively, the Calendar Tool can be opened and used to enter a date.

The pop-up menu displays the following options:

Last updated