DGColumn.DateFormat

Syntax

DateFormat: String;

Description

The DateFormat property determines format of date displaying in column cells.

Comments

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.

Example

The example of property use is given in description of the DGColumn class constructor.

See also:

DGColumn