Codetale's Calendar Widget

Weekend disabled Example

Put this code in the <head> section of your HTML file:
<link rel="stylesheet" title="Style CSS" href="cwcalendar.css" type="text/css" media="all" />
<script type="text/javascript">
  var saturdayOff = true;
  var sundayOff = true;
</script>
<script type="text/javascript" src="calendar.js"></script>

If you want to disable only saturdays or only sundays change the appropriate flag to true.

Example

Code for the input:<input type='text' name='date' id='date' onclick='fPopCalendar("date")'/>
click the input

[back to index]

Remember!