Hi, I was just using the latest datepicker which I downloaded from http://ui.jquery.com/download_builder/
Anyway - it wasn't immediately obvious - but when I looked at April (2008) it had two 6th of Aprils! (and so on for the month) Just incase I'm doing something silly I thought I'd post here first ;) otherwise I'll raise a bug I guess. To reproduce just download ui.core and ui.datepicker and then put the following code in a page: <script type="text/javascript" src="http://code.jquery.com/ jquery.js"></script> <script type="text/javascript" src="jquery-ui- personalized-1.6b.min.js"></script> <script type="text/javascript" > $(document).ready(function() { $('#badCalendar').datepicker(); }); </script> <input type="text" id="badCalendar"> if you can't reproduce it I'll post a link. Thanks, Patrick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
