Date Chooser

Column values can be configured to display dates and to let users change the date using a calender chooser.

The value must be a valid date string. The date value is displayed based on the system and browser locale setting using the "lzDate" taglib. For example:



The format of the value displayed in the column should match the format listed in parenthesis following the date control.


  • The first column, Planned Build Date, uses the following settings:

    format = date

    Editable = true

    Allow Manual Edit = true

    The column header shows the date format depending on the browser locale setting.

  • The second column, Actual Build Date, uses the following settings:

    format = date

    Editable = true

For example, the following graphics show a column set up to display the originated date for the current object. The column is also set to validate the data.