Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Formats the column as a date. When editing a cell, brings up a calendar popup.

Class

columnType

Property

col.xyz.type = date

Formal specification

col.xyz.type = date

Required

no

Default


Version

1.0

Comment

Currently we support only following date format 
Dates are by default displayed as yyyy-mm-dd 
Check col.xyz.format for more options to format the date

Example

col.dob.type = date 

Reference

col.xyz.type 
col.xyz.defaultDate 
col.xyz.formatDate

  • No labels