<%@ 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="200px" DayNameFormat="FirstLetter"
ForeColor="Black" Height="180px" Font-Size="8pt"
Font-Names="Verdana" BorderColor="#999999"
CellPadding="4">
<TodayDayStyle forecolor="Black" backcolor="#CCCCCC"></TodayDayStyle>
<SelectorStyle backcolor="#CCCCCC"></SelectorStyle>
<NextPrevStyle verticalalign="Bottom"></NextPrevStyle>
<DayHeaderStyle font-size="7pt" font-bold="True"
backcolor="#CCCCCC"></DayHeaderStyle>
<SelectedDayStyle font-bold="True" forecolor="White"
backcolor="#666666"></SelectedDayStyle>
<TitleStyle font-bold="True" bordercolor="Black"
backcolor="#999999"></TitleStyle>
<WeekendDayStyle backcolor="#FFFFCC"></WeekendDayStyle>
<OtherMonthDayStyle forecolor="#808080"></OtherMonthDayStyle>
</asp:Calendar>
</form>
</body>
</html>
|