Apr-01-2018, 09:55 AM
I am using this:
It returns this: Sun Apr 1 10:52:03 2018
How do I return tomorrow's day, month and date (the time and year aren't used) in the same format?
Thanks.
1 |
localtime = time.asctime( time.localtime(time.time()) ) |
How do I return tomorrow's day, month and date (the time and year aren't used) in the same format?
Thanks.