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
Refs #295
This one allows Chronic.parse method to receive
`today: true` param alongside a string to parse to allow
parsing ambiguous week days by name. E.g.:
Time.now #=> Sun Aug 27 23:18:25 PDT 2006
Chronic.parse('sunday')
Chronic.parse('sunday', today: true)
0 commit comments