SMART datagrid v.1 > Classes > DataSet
The value which is added to change the value of two-digit year as four-digit when reading the value of DATETIME field.
If baseYear of field is not specified, it will use this property value.
It is not added in three-digit string.
Defaults to 2000.
dataset.setBaseYear("Withdrawal;Deposit");
dataset.setProperties({
datetimeFormat: "yyyy.MM.dd",
baseYear: 1990
});