1,760
edits
Changes
→Sample code for the tomorrow() function
=== Sample code for the tomorrow() function ===
<pre>
# echo Return the date in YYYYMMDD after the current given day
#
def tomorrow(today):
to_month = tmp_month + 0
return tomorrow_datenext_date
</pre>