I have an excel sheet with a column with type Date and the date 2019-12-04. When I import this excel to my application the date changes to 03/12/2019. All my Dates and Times are different from the excel file. This has to do with the Excel file? Or maybe the time-zone? How can I fix this? Any ideias?
asked
Anayza Soares
1 answers
0
Anayza,
Seems like a time zone issue, since it is one day off. Have you tried changing the Mendix DateTime attribute to not be Localized in your domain model?