'Tableau reading dates in wrong format
I have a csv file with time column as "2022-02-08 00:00:27" (February 08th 2022) but when I import the csv file and set the date column as "date" type , "2022-02-08 00:00:27" gets intrepreted as (August 02nd 2022) . How do I set the date format ?
Solution 1:[1]
Change your workbook locale from the file menu. Failing this you could build a new date field from the actual date, just reversing the components.
Steve
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Steve Martin |
