SMART datagrid v.1 > Classes > DataSet

Back  Forward

DataLudi.DataSet.amText  property

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

If do not specify amText of field, it will use this property value. 

Defaults to "am".

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