|
I was getting the same error for LSDateformat() while
converting CF5 code to MX. MX uses Java standard locale formatting rules
on all platforms which is why the behavior of LSParseDateTime() and
LSDateformat() has changed.
I'm not sure if it'll fix your problem but this fixed my
problem:
LSDateformat(ParseDateTime(url.dt),
"dd-mmm-yyyy")
>>> [EMAIL PROTECTED] 26/05/2004 18:28:52 >>> Can anyone explain to me why when i LSParseDateTime('21-5-2004') i get an invalid date format ? Whats the deal with that when its a valid date format.. If i take it out i run the risk of dates ending up in the DB in US format.. I guess i could detect the dashes and replace them with the slashes, but doesnt seeem very elegant. Anyone got any ideas? Im probly having a blonde moment. no offense.. :-s Jason --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 |
- [cfaussie] Re: parsing date with dashes ie. 21-05-2004 Sean A Corfield
- [cfaussie] RE: parsing date with dashes ie. 21-05-... Stephen Milligan
- [cfaussie] Re: parsing date with dashes ie. 21-05-... Paul Swan
- [cfaussie] Re: parsing date with dashes ie. 21-05-... Brett Payne-Rhodes
- [cfaussie] Re: parsing date with dashes ie. 21-05-... Jason Bayly
