04-29-2020, 03:00 AM
ok, I have comment out
#if isinstance(result, datetime.timedelta):
#result = results.seconds
but I get this result, "2 days, 0:00:00"
(see attachment)
how can I only get the days in int format?
#if isinstance(result, datetime.timedelta):
#result = results.seconds
but I get this result, "2 days, 0:00:00"
(see attachment)
how can I only get the days in int format?