mojombo / chronic

Chronic is a pure Ruby natural language date parser.
http://injekt.github.com/chronic
MIT License
3.24k stars 458 forks source link

Fix Chronic.parse year 00 returns nil #359

Closed renziver closed 7 years ago

renziver commented 7 years ago

Addressed Issue #358 where Chronic.parse returns nil on year 00 e.g. Chronic.parse('09/01/00') returns nil

screen shot 2017-06-28 at 1 09 32 pm