SMART datagrid v.1 > Classes > DataSet

Back  Forward

DataLudi.DataSet.pmText  property

The string which should be interpreted as "P.M." when reading the value of DATETIME field. 

Defaults to "pm".

Getter
function pmText(): String
Setter
function setPmText(value: String)
Code -1
    dataset.setPmText("P.M.");
Code -2
    dataset.setProperties({
        datetimeFormat: "yyyy-MM-dd a hh:mm:ss",
        pmText: "P.M."
    });
See Also
amText
datetimeFormat
Examples
Load CSV Data
Load JSON Data
Load XML Data