Set a date interval in a find query. |
- today date is today
- week date is in this week (7days)
- month date is in this month
- year date is in this year
- upcoming anywhere in the future
- +x key in the upcomming x (seconds,minutes,hours,days,weeks,months,years)
- -x key in the past x (...)
- x key between -x and +x (...)
|
| see unknown |
<r:notes in='site' event='upcomming'><h3>Upcoming events</h3>
<ul><li do='each' do='link'/></ul>
</r:notes>
<r:notes in='site' event='-24hours' do='each' do='link'/>
<r:notes in='site' event='5days' do='each' do='link'/>
<r:notes in='site' event='+1month' do='each' do='link'/>
|