Changes

Jump to: navigation, search

OPS435 Python3 Assignment 1

12 bytes added, 11:58, 20 September 2019
Documentation
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('201712312017/12/31') -> '201801012018/01/01' after('201801312018/01/31') -> '201802012018/02/01' after('201802282018/02/28') -> '201803012018/03/01'
(END)
</pre>
1,760
edits

Navigation menu