The datepicker shows only three digits in the year dropdown menu. In Firefox this looks OK with four digits, but only three in Chrome. Maybe a CSS update can fix this?
The datepicker shows only three digits in the year dropdown menu. In Firefox this looks OK with four digits, but only three in Chrome. Maybe a CSS update can fix this?
Please post a link to your site where this is in use. Thanks.
The form is not live, but here is a screenshot:
http://imageupload.org/?d=9C862BDA1
It's going to be difficult to troubleshoot a fix for this without seeing it in a live site. The date picker is the jQuery UI date picker, so you can modify the look using CSS or themes. Here is their documentation.
http://jqueryui.com/demos/datepicker/#theming
It's also possible you have another date picker being loaded or another version of jQuery or jQuery UI which might be causing this, but it's hard to say. It's certainly possible to affect the look of the date picker with CSS. This is not a common issue, so it's going to be something on your site.
How does the date picker look in the form preview?