Codetale's Calendar Widget

Date format 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 itype = "strict";
  var imaxDays = 364;
  var startDay =1;
  var startMonth = 0;
</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!