SMART datagrid v.1 > Classes > DataSet
The format string which is used when converting the string value of nonempty string to Date format in the field of which DataField.dataType is ValueType.DATETIME.
If do not specify datetimeFormat of field, it will use this property value. Please refer to DataField.datetimeFormat help about the conversion format.
Defaults to null.
dataset.setDatetimeFormat("yyyy-MM-dd a hh:mm:ss");
dataset.setProperties({
datetimeFormat: "yyyy-MM-dd a hh:mm:ss",
booleanFormat: "Withdrawal;Deposit"
});