SMART datagrid v.1 > Classes > DataSet
The string which should be interpreted as "P.M." when reading the value of DATETIME field.
Defaults to "pm".
dataset.setPmText("P.M.");
dataset.setProperties({
datetimeFormat: "yyyy-MM-dd a hh:mm:ss",
pmText: "P.M."
});