2010-05-03 85 views

回答

0

請看看jQuery UI Documentation

<script type="text/javascript"> 
$(function() { 
    $("#datepicker").datepicker({minDate: -20, maxDate: '+1M +10D'}); 
}); 
</script> 
+0

我擔心你沒有完全理解他的問題,他指的是jQuery插件FullCalendar(http://arshaw.com/fullcalendar/),而不是日期選擇器。 – 2010-05-05 14:53:14