calendar.html revision e459c407a404c834e5f9759744d1a134d820d41b
<html>
<head>
<title>Calendar Tests</title>
<style>
.yui3-skin-sam .redtext {
color:#ff0000;
}
</style>
</head>
<body class="yui3-skin-sam">
<div id="mycalendar"></div>
<div style="margin-top:50px;">
<a href="#" id="updateCalendar">Update calendar</a><br>
<a href="#" id="togglePrevMonth">Toggle Show Previous Month</a><br>
<a href="#" id="toggleNextMonth">Toggle Show Next Month</a><br>
<a href="#" id="getSelectedDates">Get Selected Dates</a><br>
<div id="currentDate">Current Date</div>
</div>
</body>
</html>