mojombo / chronic

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

in 1 week at 9am #284

Open jerzygangi opened 9 years ago

jerzygangi commented 9 years ago

I would expect this to work:

Chronic.parse("in 1 week at 9am")

For now, this is a substitute:

Chronic.parse("1 week from now at 9 am")

davispuh commented 9 years ago

currently Chronic doesn't support such format together with time, but it will be implemented in some next versions.