Bug in currently downloadable datepicker?

Bug in currently downloadable datepicker?


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