| 100 | Dates formatting with 'start' and 'end' filter keys : |
| 101 | |
| 102 | YYYY : year boundaries |
| 103 | YYYYMM : month boundaries |
| 104 | YYYYMMDD : day boundaries |
| 105 | YYYYMMDDhh : hour boundaries |
| 106 | YYYYMMDDhhmm : minute boundaries |
| 107 | YYYYMMDDhhmmss : second boundaries |
| 108 | yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15) |
| 109 | today[+-NbDays] : today more or less N days (e.g. : today-15) |
| 110 | tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15) |
| 111 | now[+-NbDays] : now more or less N days (e.g. now-15) |
| 112 | |
| 113 | 'now' and 'today' are not exactly the same since today represents the first |
| 114 | or last second of the day depending on if it's used in a start= or end= |
| 115 | date expression. The utility to be able to specify dates in the future is |
| 116 | a question which remains to be answered :-) |
| 117 | |