kevin3
08-27-2010, 07:31 AM
I have these lines of codes, but I can not get the calendar shown in the
browser. can anyone help me on this. Thanks!
<html>
<head>
$(document).ready(function()
{
$('#calendar').datepicker({
dateFormat: 'yy-mm-dd',
changeYear: false,
changeMonth: false,
minDate: '-1m',
maxDate: '+2m',
});
</head>
<body>
<div id='calendar'>
</div>
</body>
</html>
browser. can anyone help me on this. Thanks!
<html>
<head>
$(document).ready(function()
{
$('#calendar').datepicker({
dateFormat: 'yy-mm-dd',
changeYear: false,
changeMonth: false,
minDate: '-1m',
maxDate: '+2m',
});
</head>
<body>
<div id='calendar'>
</div>
</body>
</html>