January 2, 2013 at 11:46 /
Dear bro,
Any idea about it? I look at the example here
http://jqueryui.com/datepicker/#dropdown-month-year
no special code, just this
$(function() {
$( “#datepicker” ).datepicker({
changeMonth: true,
changeYear: true
});
});
When I choose the 2013, then 10 years automatically back, so I can choose 2003, then when I choose 2003, then another 10 years back, so I can choose 1993.
Do you limit your datepicker to the current year only? Your codes were really amazing!
Anyway, thank you if you can provide a hint, so I can go there to modify it.
with warm wishes,
Br. Dharmaputra