案例:ASP.NET案例     状态:不可编辑再运行    进入竖版
 运行结果 
x
 
1
2
<html>
3
<body>
4
5
<form runat="server">
6
<asp:Calendar DayNameFormat="Full" runat="server"
7
SelectionMode="DayWeekMonth"
8
SelectMonthText="<*>"
9
SelectWeekText="<->"/>
10
   <SelectorStyle BackColor="#f5f5f5" />
11
</asp:Calendar>
12
</form>
13
14
</body>
15
</html>
16