Months missing in month menu
Hi guys, something strange just started happening and I can't figure out why. I have the following for a date picker, but in the month menu only Jan - Jul shows up. Any suggestions on what could be happening?
$("#memberBirthdayView").datepicker({altField: '#memberBirthday', altFormat: 'yy-mm-dd', changeMonth: true, changeYear: true, yearRange: '-110:-21', defaultDate: '-21y', minDate: '-110y', maxDate: '-21y', showOn: 'button', buttonImage: '../images/calendar.gif', buttonImageOnly: true});
Thanks in advance!
Adding onto this, I just noticed that if I use the navigation arrows and go to Dec, all the months show up.