That's most certainly a bug.  Here's a jsBin scenario for it:
http://jsbin.com/owafa/edit


**--**  Steve


On Aug 5, 4:48 pm, dbinaz <d...@bowesmail.com> wrote:
> Here is my code
>
>         $(function() {
>                 $('#dob').datepicker({
>                         changeMonth: true,
>                         changeYear: true,
>                         yearRange: '-65:-18'
>                 });
>         });
>
> Now, when I go to select a year from the drop down, say 1971, the year
> changes to 1906 which is 65 years past like my first part of my date
> range. Why is it doing this?
>
> Derek
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to