Sep 13 2023 02:38 PM
Hello,
I am working on csv file which has datetime column. When I selected a cell from that column, I see different format and number in Formula Bar than in the cell.
I am using cell F2 as example in the below screenshot
Data in Formula Bar: 01-11-2017 00:00:02
Data in cell: 00:02.4
When I read the cell using python script, I need it to be displayed as 2017-11-01 00:00:02.430
Can you suggest me necessary changes in csv file so that I can get above mentioned format while imported into python script !!
Thank you
Sep 13 2023 02:48 PM
Date/time values always appear in that format in the formula bar. It is hard coded and can't be changed.
However the number format in cell F2 can be changed.
If you switch to General you will see a decimal number above 40000.
Sep 13 2023 03:23 PM
Sep 13 2023 03:28 PM