DutyMan Embedded Page - Query String Date Parameters
The d1 and d2 querystring parameters let you choose the date range of the events (mode 1) or events and duties (modes 2 and 3) displayed.


d1 d2 Date range
Omitted On or after today. The number of rows is controlled by maxrows= (default 10)
TODAY Today
TODAY n  n days starting today
TOMORROW Tomorrow
TOMORROW n  n days starting tomorrow
THISWEEK The week (Monday to Sunday) that contains today
NEXTWEEK The week following the week that contains today
THISMONTH The calendar month that contains today
NEXTMONTH The calendar month following the calendar month that contains today
date That date only
date n n days starting on date
date1 date2 Between date1 and date2 inclusive

dates must be in dd/mm/yyyy or mm/dd/yyyy format depending on the setting of Date Format on the >Set-Up>Club page.

If a parameter is incorrect the default of all on or after today is used.


Examples

...&d1=TODAY

...&d1=01/01/2010&d2=31/12/2010&maxrows=nolimit  
   display all events in 2010