wanasit / chrono

A natural language date parser in Javascript
MIT License
4.59k stars 340 forks source link

Parsing issues #287

Open ile opened 5 years ago

ile commented 5 years ago

Problems:

I suggest:

Create a parsing option "requireTime" which parses casually, but so that the time has to be defined in one way or another. Like "tomorrow 5pm" which has the date and the time.

wanasit commented 5 years ago

That's an interesting suggestion. Will think about it.