SMART datagrid v.1 > Classes > DataOutputOptions
String conversion format which is used to export the value of DATETIME field.
It is the same as the way to specify in GridStyles.datetimeFormat. If specify valueCallback or valueCallbacks, this value will be ignored. And, if do not specify date value, it will be converted to the string specified by nullDateText.
Defaults to undefined.
var s = dsMain.exportToCsv({
datetimeFormat: 'yyyy-MM-dd',
nullDateText: '.',
quoted: true
});
DataLudi.saveTextToFile(s, 'dataludidata.csv');