Re: lsdateformat and dateformat clarification

2008-01-26 Thread Jochem van Dieten
Richard White wrote: > i was under the impression that if i set a locale as English UK and then used > the follwing code: > > lsdateformat("07/24/1978","dd/mm/") that it would convert this date into > 24/07/1978 > but i am getting an error '07/24/1978 is an invalid date format' but if i use

Re: lsdateformat and dateformat clarification

2008-01-26 Thread Richard White
oh i see! thanks claude you have really made me understand this now :) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w

Re: lsdateformat and dateformat clarification

2008-01-25 Thread Claude Schneegans
>>it seems to me that lsdateformat function takes an english uk formated date (dd/mm/) More precisely, I would say it takes a date in the default locale format, or the locale previously defined by setLocale() If your server is English, then yes, you are right. For servers un US, it will tak

lsdateformat and dateformat clarification

2008-01-25 Thread Richard White
Hi i need some clarification on the lsdateformat and dateformat if you can help! i was under the impression that if i set a locale as English UK and then used the follwing code: lsdateformat("07/24/1978","dd/mm/") that it would convert this date into 24/07/1978 but i am getting an error '