kitchen-site
kitchen-site copied to clipboard
Exportable custom date format
I'm using the a date field with a specific format:
- name: dataIn title: Start date type: date format: DD/MM/YYYY input: datepicker exportable: true
This format works well for exhibition in the web page but when I export it to a CSV file, the result is: Thu Oct 27 2016 00:00:00 GMT-0200 (BRST)
So, I'd like to know if is possible to export to CSV using the same format that I have in web page, ie: 27/10/2016
Thanks
@denisdpc currently that doesn't work, function is trivial, it simply cinverts data to string. I'll add that feature in next versions (actually this is planned with adding i18n support)