I am using Chronic to parse dates and it is parsing the string '8/15' as August 16, 2015.
Any ideas on how I could get Chronic to recognize 8/15 as August 15, current year?
Here is the test code:
Chronic.parse('8/15') #=> 'Sun Aug 16 12:00:00 -0400 2015'