| 62 | Dates formatting with 'start' and 'end' filter keys : |
| 63 | |
| 64 | YYYY : year boundaries |
| 65 | YYYYMM : month boundaries |
| 66 | YYYYMMDD : day boundaries |
| 67 | YYYYMMDDhh : hour boundaries |
| 68 | YYYYMMDDhhmm : minute boundaries |
| 69 | YYYYMMDDhhmmss : second boundaries |
| 70 | yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15) |
| 71 | today[+-NbDays] : today more or less N days (e.g. : today-15) |
| 72 | tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15) |
| 73 | now[+-NbDays] : now more or less N days (e.g. now-15) |
| 74 | |
| 75 | 'now' and 'today' are not exactly the same since today represents the first |
| 76 | or last second of the day depending on if it's used in a start= or end= |
| 77 | date expression. The utility to be able to specify dates in the future is |
| 78 | a question which remains to be answered :-) |
| 79 | |