ASP.NET Calendar - Date and time picker

Click on the calendar image near the textbox.

    Select date
 
00
01
02
03
04
05
06
 
 
00
01
02
03
04
05
06
 
 
00
01
02
03
04
05
06
 

ASP.NET

<ASP:TextBox runat="server" ID="txtDate"></ASP:TextBox>

<obout:Calendar runat="server"
                         ShowTimeSelector="true"
                         DateFormat="MM/dd/yyyy hh:mm:ss"
                         DatePickerMode="true"
                         TextBoxId="txtDate">
</obout:Calendar>