Csv date format

When I download a csv from metabase, the date is formatted with time showing. Is it possible just shows as date only?

Hi there,
I would like to renew Wendy´s question as it still seems to be an issue. When downloaded the dates are shown in a very annoying format that is not recognised as date in Excel, so you can´t format it there (that would be good enough for me to be honest).
Are there workarounds/fixes?
I use Metabase v0.25.1

Cheers, Eva

Sorry for the trouble. I’ve reported your issue here:

1 Like

One of the workaround that we found was to use format_date to ensure the csv doesn't have a different format.
Example, format_date("%d-%m-%Y", date(date_column)) .
Hope this helps.