I’m using jQUI DatePicker (DP) with month a year select boxes.
- When DP is open you can see month (June), year (1912):

- Then I choose date (Jun 7, 1912):

- And this is what I get all the time (I’ve found the same bug a year ago):

The selected date is Jun 7, 2012 instead of Jun 7, 1912.
Is it possible to achieve correct year (it’s not working only if you don’t change the year – if you change the year, e.g. to 1950, you get Jun 7, 1950)
Thanks for help ion advance.
I’ve tried to use that datepicker before and it didn’t work out. I had to change to Primefaces Calendar (this one is what you’re trying to achieve) which is way more easier and much more nicer 🙂