[TODO] - be able to specify different styling of next / prev arrows for nav dev : 09/04/08 - If you set disablePastDate to true and you're in the next month, it does not allow you to go back to the month of today. (Kevin Tucker) - modification in the visible() call, we now check if the datepicker exists in the page, if it does we call the visible() check (Timothy VanFosson) - added the showEvent options to new so that you can specify the event on which the DOM should trigger the datepicker, by default it's click (Timothy VanFosson) - added contentAppend option to new so that you can specify the id to which the generated datepicker will be appended, by default content is appended to the body tag (Paulo F Nhaia) - added option enableYearBrowse to new so that you can see two new arrows in the header to jump direclty to next or previous year (Nuno) - changed the border : from div.datepicker to div.datepicker table in the css file, fixes a bug under IE* when changing the font-size and calendar dimension (Filippo Buratti) - increase the delay for closeTimer and clear it whe ncalling click (Peter Coppinger) - fixed a security warning in IE < 7 when calling iframe in secure environnement (Marek Wawrzyczny, Matthew Vickers) - fixed typos in spanish language (Ignacio Fernandez) - added Polish translation (Daniel Czubak) - fixed a bug when trying to set the disableFutureDate to false when passed through the constructor (Kaspar) - added Russian translation (Andrew Shishkov) - added Greek translation (Kostantinos Koukopoulos) v0.9.4 : 12/12/07 - [INCOMPATIBILITY CHANGE] : there is a new way to set the date formatting, it's no longer based on the language choosen, you need to set it in the datepicker creation, like : new DatePicker({ dateFormat : [ "yyyy", "mm", "dd" ], "/" ]}); or you can call it directly via the setDateFormat method with the same arguments : obj.setDateFormat([ "yyyy", "mm", "dd" ], "/"); (thanks to Arturas Slajus for his work on DatePickerFormatter class) - [INCOMPATIBILITY CHANGE] : the datepicker is now drawn in a table with theader / tbody / tfooter tags, you need to use the new css to keep the proper styling of the datepicker. - handle the IE-bug on