DateTimeColumn

Displays a cell value as a formatted short date and time value.

Example

<DateTimeColumn name="lastModifiedDate"
                title="Last Modified Date"
                field="lastModifiedDate" />

Properties

This column provides default values for the following standard properties:

  • formatComponent
  • skeletonComponent
  • quickFilterValue
  • exportValue

Additionally it has these custom properties:

showSeconds

Type: boolean
Default: false

Normally the column will display only the date, hour and minutes. If this is set to true then it will also show the seconds in the time value.