There are a couple of issues with the current calendar popup script we're using:
1. AM/PM issue: the PM doesn't get passed to the server, so for example if you select 2:00 PM in the calendar the server gets 02:00 and interprets that as 2:00 AM 2. time zone issue: the calendar uses the time zone of the browser, which may be different from the user's time zone setting on the server; if this is the case the time actually saved will be wrong by the difference between the browser's time zone offset and the user's time zone offset (or server's if no user setting) Has anyone run into these issues and/or looked into fixing them? My first intent is to see if there are parameters we can pass to the current calendar script to see if we can continue using it, and if not then to look for yet another new calendar script (we've had a few over the years... :( ). -David
