Ive used the datepicker once before but Im not too great with javascript. The only thing I can think of is that you might need
Quote:
$(function() {
$('#date').datepicker({
startDate:'01/01/2009',
endDate:'01/01/2011'
});
});
|
I know jquery has some weird thing with the way it initializes the function so you dont have to actually type function but could be something weird like that.