Hello,
I used smartGWT 5.0 version. On Ui I can can date fields on my format dd.MM.yyyy, but when I made an export like datasource.exportData(dsRequest) the exported data is in format yyyy-MM-dd. How could I set the export format for date?
Example: in UI date is 17.04.2015 in export csv fiel data is 2015-04-17.
Also some german characters are not looking on export file for example "Geändert am" is "Geändert am" even if I use UTF-8 encoding
Best regards,
Marius
I used smartGWT 5.0 version. On Ui I can can date fields on my format dd.MM.yyyy, but when I made an export like datasource.exportData(dsRequest) the exported data is in format yyyy-MM-dd. How could I set the export format for date?
Example: in UI date is 17.04.2015 in export csv fiel data is 2015-04-17.
Also some german characters are not looking on export file for example "Geändert am" is "Geändert am" even if I use UTF-8 encoding
Best regards,
Marius
Comment