Dual-Life / Time-Piece

Object Oriented time objects
Other
15 stars 33 forks source link

add method: add_days #66

Open gugod opened 10 months ago

gugod commented 10 months ago

As described in #65

The implementation is merely a simple wrapper of add subroutine, since all the datetime math is already implemented there.

smith153 commented 10 months ago

Looks good,thanks!