Changes

Jump to: navigation, search

OPS435 Python3 Assignment 1

No change in size, 19:37, 27 January 2020
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' after('2018/-02/-28') -> '2018/-03/-01'
(END)
</pre>
1,760
edits

Navigation menu