|
<%@ Page Language="VB" UICulture="es"
Culture="es-ES" %>
<script runat="server"></script>
<html>
<head>
</head>
<body>
<form runat="server">
<asp:Calendar id="Calendar1" runat="server"
BackColor="White" Width="350px" ForeColor="Black"
Height="190px" Font-Size="9pt" Font-Names="Verdana"
BorderColor="White" BorderWidth="1px" NextPrevFormat="FullMonth">
<TodayDayStyle backcolor="#CCCCCC"></TodayDayStyle>
<NextPrevStyle font-size="8pt" font-bold="True"
forecolor="#333333" verticalalign="Bottom"></NextPrevStyle>
<DayHeaderStyle font-size="8pt" font-bold="True"></DayHeaderStyle>
<SelectedDayStyle forecolor="White" backcolor="#333399"></SelectedDayStyle>
<TitleStyle font-size="12pt" font-bold="True"
borderwidth="4px" forecolor="#333399" bordercolor="Black"
backcolor="White"></TitleStyle>
<OtherMonthDayStyle forecolor="#999999"></OtherMonthDayStyle>
</asp:Calendar>
</form>
</body>
</html>
|