<< Change date using a system calendar  >> Show source code for this site
August 28
ErnestPeterSonya
This example shows how to use a system monthly calendar to change a date and contents of a DailyCalendar.

A DailyCalendar.FirstDate server property was used by a postback.

Select a date from a calendar:
<August 2008>
SuMoTuWeThFrSa
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

Another solution is using of the SetFirstDate(date) client method to change a date displayed using a callback.

Type correct date and press a button:
 

If you would look into a source code for this demo, click on the link.
For demonstration purposes all appointments displayed on a calendar are stored in ASP.NET session objects, so original values are restored immediately after a new session object is created.
A list of appointments and resources is intialized every time a new session is started.