ASP.NET HTML 控件 Calendar 3

asp.net html 控件 calendar 3

<!doctype html>
<html>
<body>

<form runat="server">
<asp:calendar daynameformat="full" runat="server"
selectionmode="dayweekmonth"
selectmonthtext="<*>"
selectweektext="<->"/>
   <selectorstyle backcolor="#f5f5f5" />
</asp:calendar>
</form>

</body>
</html>
相关文章