collegeman / stringtotime

A Java library for parsing just about any English textual datetime description into a Date object.
http://www.clutch-inc.com
ISC License
17 stars 14 forks source link

fixed year off by one in some date formats #1

Closed NicoK closed 12 years ago

NicoK commented 12 years ago

fixed year off by one in date formats FormatType.MONTH, FormatType.MONTH_AND_DATE_WITH_SLASHES and FormatType.MONTH_AND_DATE

collegeman commented 12 years ago

Hi NicoK. I'm going to add you as a collaborator on this project, and then you're the man. I don't code in Java anymore, so it's yours to maintain.

NicoK commented 12 years ago

thank you, I just committed the patch