matthewmueller / date

Date() for humans
http://matthewmueller.github.io/date/
1.48k stars 89 forks source link

Correct the carryUp for days of the month #90

Closed rnowosielski closed 5 years ago

rnowosielski commented 5 years ago

The carry up currently causes the dates like "2017-04-30" to result in "Invalid date", while other dates like "2017-04-29" all the way down to "2017-04-1" yield the right result.

rnowosielski commented 5 years ago

@matthewmueller is this project still maintained. I see that the build is failing on some piece of code which is not directly related to the change I am proposing in this PR.