Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 asp.net 中弹出日历的格式。目前显示:MM-dd-yyyy,但我想要 dd-MM-yyyy。我听说 webconfig 文件有一些变化,但它对我不起作用。
相应地更改Format:
Format
<ajaxToolkit:Calendar runat="server" TargetControlID="Date1" CssClass="ClassName" Format="dd-MM-yyyy" PopupButtonID="Image1" />