The date type is used to display and select a date.
selectdate.type = date
selectdate.label = Date of birth:
selectdate.tooltip = chose the date
selectdate.default = 07/17/1970
selectdate.format = MMDDYYYY-


A window showing the example above
.label Sets a label above the date widget.
.tooltip Sets a tooltip for the date widget.
.default A default date to start with, must use curent the format. If this is not supplied, the curent date is used.
.format Change the format of the date. A format can be either "DDMMYYYY" for day, month, year or "MMDDYYYY" for month, day, year. A divider can be added which can be either ".", "/" or "-". The default format looks like this: DDMMYYYY.