Date-Times

Date-times are mapped to the SVR_DATETIME domain. Any server access bean containing fields of this type will display a date selector (see previous section) next to a time entry field.

Similar to the date selector, the pop-up here requires JavaScript to function correctly. It is important that the user have JavaScript enabled in their browser for these selectors to work.

There is an additional control for entering time as hours and minutes. It is displayed as two side-by-side drop down lists for selecting the hour and minute values.

When the CURAM_TIME domain (a descendant of the SVR_DATETIME domain) is used, the date input field will not be displayed.

The date time format string associated with date time format validations are customizable in the file CDEJResources.properties and defined by the property curam.validation.calendar.dateTimeFormat:

Figure 1. Customizing the Date Time Format
curam.validation.calendar.dateTimeFormat=HH:mm

If this value is not set, the date time format string will default to HH mm ss.