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
?
Asked
Active
Viewed 182 times
0

J.Doe
- 25
- 1
- 7
1 Answers
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