I have an excel file that is read by a python script. I am having problems formatting the dates. the dates are formatted as 9/25/2017 but my python programming can't read this for it expects the date to be 09/25/2017.
How do I make the excel file show extra 0 values to fill the format necessary?
Bookmarks