You can use the datetime module to get tomorrow's date. Here's an example code block:
main.py227 chars11 lines
This will output tomorrow's date in yyyy-mm-dd format. You can also format the date differently using strftime() method if required.
gistlibby LogSnag