SMART datagrid v.1 > Classes > DataSet
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".
dataset.setAmText("A.M.");
dataset.setProperties({
datetimeFormat: "yyyy-MM-dd a hh:mm:ss",
amText: "A.M."
});