DateFormat: String;
The DateFormat property determines format of date displaying in column cells.
The property is relevant if the CellType property is set to PP.Ui.DataGridCellType.Date.
Use JSON or the setDateFormat method to set the property value, and the getDateFormat method to get the property value.
Value example that can be specified to the property: "d.m.Y", corresponds to date display: 21.04.2014.
The example of property use is given in description of the DGColumn class constructor.
See also: