0

I am having the current format date 02/16/18 3:33:39PM. How could I use python programming to change it for Year-Month-Day?

J.Doe
  • 25
  • 1
  • 7

1 Answers1

0

You can try this. Convert your date to a datatime object and then do whatever you want from there

Chongju Mai
  • 127
  • 1
  • 8