web2py trunk dumped calendar.js for anytime.js caveats: - anytime uses a different convention (%i) than calendar (%M) for minutes. I like the calendar notation better because it is the same as Python. I changed the source of anytime to use the same syntax as calendar. Is this is a good idea? I have emailed the author to see if he is willing to change it too. - anytime has lots more text on the popup that may need to be internationalized. This it not done at the moment and the text "Day" "Month", "Year", etc. is English only. Not clear what's an easy way to do it.
Massimo