如何在日历弹出窗口中显示服务器日期

时间:2012-11-26 05:21:56

标签: c# asp.net .net web-applications ajaxcontroltoolkit

<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>

enter image description here

在日历弹出客户端日期显示我必须显示服务器日期(这是客户日期“今天:2012年11月13日”)

0 个答案:

没有答案