SMART datagrid v.1 > Classes > DataField
It is used as the string of indicating "P.M." when loading CSV text to data set and converting the string value to Date object in DATETIME field.
You can specify the string of indicating "A.M." by amText. Please refer to datetimeFormat help about conversion format.
If do not specify this value, "PM" will be used.
Defaults to null.
var field = dataSet.getFieldIndexEx('dateField');
field.setPmText("A.M.");