RE: DateFormat misery

2004-02-27 Thread Pascal Peters
februari 2004 11:48 > To: CF-Talk > Subject: Re: DateFormat misery > > I've just noticed that if the date selected is 20/2/2004 > 11:35, dateformat correctly outputs it - 2004/02/20 > (/mm/dd), but if the date selected is > 5/2/2004 11:35, the output is - 2004/05/

Re: DateFormat misery

2004-02-27 Thread cf coder
LSDateFormat does the trick. Thank you all for your help >I've just noticed that if the date selected is 20/2/2004 11:35, dateformat >correctly outputs it - 2004/02/20 (/mm/dd), but if the date selected is >5/2/2004 11:35, the output is - 2004/05/02. I have the meta tag on top of my page > > >

Re: DateFormat misery

2004-02-27 Thread cf coder
I've just noticed that if the date selected is 20/2/2004 11:35, dateformat correctly outputs it - 2004/02/20 (/mm/dd), but if the date selected is 5/2/2004 11:35, the output is - 2004/05/02. I have the meta tag on top of my page Any thoughts? >Probably, your locale is US, so it formats a US

Re: DateFormat misery

2004-02-27 Thread Thomas Chiverton
On Friday 27 Feb 2004 11:11 am, cf coder wrote: > if I do this: > #dateFormat(url.timestamp,'/mm/dd')#, What about lsDateFormat ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WEL

RE: DateFormat misery

2004-02-27 Thread Pascal Peters
i 2004 12:11 > To: CF-Talk > Subject: DateFormat misery > > Hello everybody, > I can't understand what's happenning here. I have form with a > text field and a date selector that pops up when a user > clicks on a img next to the text field. > If I select

DateFormat misery

2004-02-27 Thread cf coder
Hello everybody, I can't understand what's happenning here. I have form with a text field and a date selector that pops up when a user clicks on a img next to the text field. If I select a date from the calendar, say for example I selected this: 5/1/2004 11:04 (05 Jan. 2004), the text field is set