kitchen-site icon indicating copy to clipboard operation
kitchen-site copied to clipboard

Exportable custom date format

Open denisdpc opened this issue 9 years ago • 1 comments

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 avatar Sep 04 '16 00:09 denisdpc

@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)

perak avatar Sep 04 '16 20:09 perak