jamescooper
Well-known Member
- Joined
- Sep 8, 2014
- Messages
- 890
Hello the following returns "Feb 25"
today = datetime.datetime.today().date()
string_date = today.strftime("%b %y")
I now want to adapt so that it finds the next month from today, "Mar 25".
Any ideas, thanks.
today = datetime.datetime.today().date()
string_date = today.strftime("%b %y")
I now want to adapt so that it finds the next month from today, "Mar 25".
Any ideas, thanks.