1,760
edits
Changes
→Documentation
after(today) -> str
after() takes a valid date string in 'YYYY-MM-DD' format and return a
date string for the next day in 'YYYY/-MM/-DD' format.
e.g. after('2017-12-31') -> '2018-01-01'
after('2018-01-31') -> '2018-02-01'