By any chance is your JVM running in a different locale than your system local? I ask because I had a similar issue. My system runs in Australia, but I happened to be in Canada (with my system temporarily set to american standards) when I installed a new version of Java. The install picked up the north american settings and as a result I kept getting weird invalid date issues when I got back to Aus. Took a while to figure out that's what was happening. I eventually fixed the problem by forcing a locale fro the JVM in the ColdFusion Administrator by adding the following JVM arguments: -Duser.language=en -Duser.country=AU.
Hope that helps. Cheers, Bill. On 27 November 2012 07:46, <> wrote: > > >>I notice that this invalid date is in american format (mm/dd/yyyy), > though My system local is set for French, thus the date format should be > dd/mm/yyyy > > I think I will have to wait until dec 1st, the the date will be valid in > both formats, and hopefuly I'll see where it is used. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353293 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

