Works for me with the latest revision from trunk: http://jquery-ui.googlecode.com/svn/trunk/ui/ui.datepicker.js Could you check if it works with that version? If so, try to update to 1.7.2 or 1.8a1.
Jörn On Fri, Aug 14, 2009 at 1:00 PM, Marco<[email protected]> wrote: > > hello > i'm using the datepicker in a div to view the current month and the > past month > > so i write: > > $("#datepicker").datepicker({ > numberOfMonths: 2, > showCurrentAtPos: 1, > changeMonth: true > }); > ......... > <div id="datepicker"></div> > > but i have a problem, the position of the current month is not what i > need. > > e.g. > today is 08/14/2009 so i need to see on the left July and on the > right August > what i see is on the left June and on the right July. > > anyone else have this problem? is there a way to solve this isue? > > thanks > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
