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, cu开发者_运维技巧rrent year?
I\'m trying to get a text field that my users can ente开发者_开发百科r in something that is parsable by the Chronic gem. Here is my model file:
What do these errors mean? [root@localhost config]# 开发者_如何学Gogem install bluecloth Building native extensions.This could take a while...
Haha.. I\'m using Chronic to parse the time users add in the Calendar. Where the code开发者_如何学Python works and implements the right time, the end result is that, IF a user adds a time, then it ha
I need to tell chronic that the format of date is day-month-year is that possible? The data I pass to chronic could also be words today/yesterday/2 days ago.