Skip to navigation
Get the day difference between 2 in python converted time strings
16.05.19
o = datetime.datetime.strptime('20/07/19', '%d/%m/%y') n = datetime.datetime.strptime('30/08/19', '%d/%m/%y') days = abs((n - o).days) print(fsyd)
https://docs.python.org/3/library/datetime.html
Reply
Anonymous
Information Epoch 1732638982
When in doubt, use brute force.
Home
Notebook
Contact us