Calendar date picker - Selected date
The selected date is 100 days after the current date.
The first visible month is also 100 days after the current date.
|
|
 << | Tuesday, January 06, 2009 | >> |
|
|
| | |
ASP.NET
<ASP:TextBox runat="server" ID="txtDate"></ASP:TextBox>
<obout:Calendar runat="server" id="Calendar1" DatePickerMode="true" TextBoxId="txtDate"> </obout:Calendar> | | |
C#
Calendar1.SelectedDate = DateTime.Now.AddDays(100); Calendar1.DateFirstMonth = DateTime.Now.AddDays(100); | | |
| "Your editor is excellent! It feels robust, the styles work, everything works!
Really nice to find good software - and software that really works as shown!" |
David Sheardown |
|
| | |
|