建议你用Jquery-UI,这个效果更好一点。使用Jquery
$(".date").datepicker(
{
monthNamesShort : [ '1', '2', '3', '4', '5', '6', '7', '8',
'9', '10', '11', '12' ],
changeYear : true,
changeMonth : true,
showOtherMonths : true,
selectOtherMonths : false,
dateFormat : 'yy-mm-dd',
prevText : '上一月',
nextText : '下一月',
showOn : "both",
buttonImage : "image/calendar.gif",
buttonImageOnly : true
});