Time cell type

To trigger the Time cell type, use the option type: 'time' in columns array or cells function.

The Time cell uses Moment.js as a date formatter.

Note that Time cell requires additional files in your <head>:

  • demo/js/moment/moment.js

If you enable the correctFormat config item, the dates will be automatically formatted to match the desired format.