calendar.js revision 21257820ee962f4f2275b39088c43fcfd76f7fde
YUI({
base: '../../../build/',
filter: 'RAW',
debug: true
}).use('calendar-base', function(Y) {
var calendar = new Y.CalendarBase({
contentBox: "#mycalendar",
height:'200px',
width:'400px',
showPrevMonth: true,
showNextMonth: true,
});
});
});
});
});