I haven't ever heard of anything, so it may be a new bug. I suspect it
may be a parsing issue. Can you by chance trace in with firebug?
Check out line 337, 338 here:
http://is.gd/3DCEH
If the call to Date.parseFormattedString on 337 fails to return a
value, 338 defaults it to today. My stab would be that
Date.parseFormattedString (which is defined by the date format you
have loaded) isn't able to parse the date in the text box, and that's
causing the failure.
Another possibility is that CalendarDateSelect is unable to find your
input control. If that's the case though, it wouldn't be able to a
set a value to it once you select a date.
Tim