7. Datetime
Combines the DATE and TIME fields. Allows you to pick a specific date and then time.
Display Types:
- DATETIME: This is the default display type, it makes this field a text box with a calendar button and a text box with a clock 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.