Using the following XML, I get a calendar for the month of January, 2007. Can you shed any light on this? Thanks, Matt
- Code: Select all
<importdata>
<configs>
<statecfg>
<displayyearinitial>2007</displayyearinitial>
<displaymonthinitial>08</displaymonthinitial>
<displayyear>2007</displayyear>
<displaymonth>08</displaymonth>
<mindate>2007-08-01</mindate>
<maxdate>2007-08-07</maxdate>
</statecfg>
</configs>
<datesadd>
<date type="normal" value="2007-08-01" />
<date type="normal" value="2007-08-02" />
<date type="normal" value="2007-08-03" />
<date type="normal" value="2007-08-06" />
</datesadd>
</importdata>