6. Date
The date data type is a simple text box with a calendar button beside it that allows you to select a specific date.
Display Types:
- DATE: This is the default display type, it makes this field a text box with a calendar button.
- Show Checkbox: This will place a checkbox next to the date text box. When the checkbox is clicked, it will insert the current date.
- Show Date: If selected, the date will be shown. If un-selected, the date will be hidden.
- Date Editable: If selected, the date will be editable. If un-selected, the date will not be editable.
- Limit Days: Comma delimited list of days that can't be selected in the date picker.
- 0 = Sunday
- 1 = Monday
- 2 = Tuesday
- 3 = Wednesday
- 4 = Thursday
- 5 = Friday
- 6 = Saturday
- Example: 0,6. Saturday and Sunday can not be selected using the calendar select tool.
- LABEL: Makes this field a read-only label.