Select as date
I know I can format the output of a date using DateFormat, but when the user clicks the download button, it directly downloads an excel file.
I have a date field in MS SQL It is not a datetime, but just date. If I download the field directly I get {ts '2019-01-02 00:00:00'}.
I tried CAST(MNCDate as Date) AS 'Collection Date' but got the same thing.
Can I modify the way a date is displayed in the output from the query? I want mm/dd/yyyy.
Thank you
| {ts '2019-01-02 00:00:00'} |
