You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loadingdevelopmentenvironment(Rails4.1.7)[1]pry(main)> Chronic.parse('2nd sunday in march')2015-03-0812:30:00 -0400[2]pry(main)> Chronic.parse('2nd sunday in march 2014')nil
It seems Chronic should be able to combine 2nd sunday with a specific month and year, but I couldn't figure out the syntax to have it do so.
Thanks.
The text was updated successfully, but these errors were encountered:
I don't think Chronic have ever supported this format (with year). But it will work when #278 will be done.
With that PR
Chronic.parse('2nd sunday march 2014',:guess=>false)# it doesn't work with "in", but that will be fixed=>2014-03-0900:00:00 +0200...2014-03-1000:00:00 +0200
It seems Chronic should be able to combine
2nd sunday
with a specific month and year, but I couldn't figure out the syntax to have it do so.Thanks.
The text was updated successfully, but these errors were encountered: