public
Fork of mojombo/chronic
Description: Chronic is a pure Ruby natural language date parser.
Homepage: http://chronic.rubyforge.org
Clone URL: git://github.com/technoweenie/chronic.git
update history
mojombo (author)
Mon Feb 18 00:57:57 -0800 2008
commit  66a0d3faf30584b4b10a3bd72b21246e8a299d8a
tree    1bd6bd796aa8ff5f435fceaab6cdf3bed5b26a2d
parent  3d7d840f8e6dac043c0733d29f727a4d7835e9b5
...
5
6
7
 
 
8
9
10
...
5
6
7
8
9
10
11
12
0
@@ -5,6 +5,8 @@
0
 * disregard commas (so as to not return nil)
0
 * fix parse of (am|pm|oclock) separation to handle "Ham sandwich" properly
0
 * handle 'on' e.g. 5pm on Monday (by indirect)
0
+* support seasons (by Edwin Chen)
0
+* support weekend/weekday (by Edwin Chen)
0
 
0
 = 0.2.3
0
 

Comments

    No one has commented yet.