tj / go-naturaldate

Natural date/time parsing for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to require less structured input

tj opened this issue · comments

Right now you need for example "December 5th at 9:30am", whereas this will not work: "5th of december at 9:30am". If we just had a sequence of possible patterns and change Expr to Expr+ then we can basically just loop those, and ignore stop words.