<asp:TextBox ID="txtBirthDate" AutoCompleteType="Disabled" onkeydown="return txtBirthDate_OnKeyDown();"
class="csstextbox" runat="server" Width="175px"></asp:TextBox>
<asp:CalendarExtender ID="calendarBirthDate" OnClientDateSelectionChanged="calendarBirthDate_DateSelectionChanged"
runat="server" Enabled="True"
TargetControlID="txtBirthDate" Format="dd-MMM-yyyy">
</asp:CalendarExtender>
在日历弹出客户端日期显示我必须显示服务器日期。(这是客户日期“今天:2012年11月13日”)