0
<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 日”)

4

0 回答 0