Date Formats

- Fixed broken documentation for custom report definitions regarding column
  formats.
- Modified date access to use the more efficient Date::get_date method, which
  also shrinks the code.
- Added the 'remaining' format for all date columns.
This commit is contained in:
Paul Beckingham 2013-09-07 11:42:57 -04:00
parent 8252095174
commit 4cc9e90362
6 changed files with 33 additions and 27 deletions

View file

@ -37,6 +37,7 @@ Features
+ Now requires libuuid (thanks to Martin Natano).
+ New '_get' is a DOM accessor helper command.
+ New virtual tags (WEEK, MONTH, YEAR, PARENT).
+ Added the 'remaining' format for all date columns.
Bugs
+ #1196 Now builds on Hurd (thanks to Jakub Wilk).