Changes between Version 8 and Version 9 of Ticket #6008
- Timestamp:
- Apr 29, 2008, 9:44:44 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6008 – Description
v8 v9 9 9 dojo.date.get("3 weeks ago"); 10 10 }}} 11 and I am sure that a lot of things could be interesting to be done, like "+3 days", "-1 week", etc. 11 and I am sure that a lot of things could be interesting to be done, like "+3 days", "-1 week", etc. (next Tuesday, a week from tomorrow, etc) 12 12 13 13 The actual idea came from http://trac.dojotoolkit.org/browser/dojox/trunk/dtl/filter/dates.js?rev=12531#L9 where a date needs to be detected and converted, so i thought generalize it and make this patch.