View Single Post
Old 01-09-2009, 12:41 PM   #2 (permalink)
Gamblor
Member
 
Join Date: 01-02-09
Posts: 46
iTrader: 0 / 0%
Latest Blog:
None

Gamblor is liked by many
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.
__________________
C:\dos
C:\dos\run
run\dos\run
Gamblor is offline   Reply With Quote