Codetale's Calendar Widget

Sunday First 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 sundayFirst = true;
</script>
<script type="text/javascript" src="calendar.js"></script>

Example

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

[back to index]

Remember!