Ray Champagne wrote: > Hmmmm....you're going to have to manipulate that date somehow before you > try to format it. > > How does the date come over from the form? Is it a free text field where > they type in the date? > > You're going to have to parse out the day month and year from that > somehow. I don't know of any way around it. Let me know how the date is > formatted, and I might be able to help you more. > > I really don't think there is another way.
LSParseDateTime() is *supposed* to parse dates formatted in the current input locale to CF's own date format. If it's not working, all you can do is parse the date by hand. I don't think that dd mmm yyyy is one of the formats recognised officially in Germany (DIN 5008). Something like dd.mm.yyyy is more usual there, and I'd say that's what LSParseDateTime() is expecting. -- Keith Gaughan, Developer Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland http://digital-crew.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184168 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

