Ur JQuery version. Is it ver 1.2 or 1.3? AFAIK,1.5 only compatible with 1.2.
On Tue, Mar 3, 2009 at 4:56 PM, Jura Khrapunov <[email protected]> wrote: > > I just found out that Datepicker hates 31st of March date if > configured to use it as a maxDate. It becomes unselectable and I > couldn't find a workaround how to get rid of such behaviour. > Code to reporoduce the bug: > > <script type="text/javascript"> > var magicDate = new Date(2009,2,31); > $(document).ready(function(){ > $(".calendar").datepicker({maxDate:magicDate}) > }); > </script> > <div class="calendar"></div> > > > I'm using latest stable release (1.5.3 version). Switching to 1.6rc6 > is not an option since a couple of bugs there break our application > flow. > > Any ideas? > > Jura Khrapunov > > > > -- Best Regards, N3T --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
