Sorry to bump this, but I could really use some input and advice on the post below from the gurus on the list.
An european locale (it_IT) shows the date as d/m/yyy in a form field. At the moment of retrieving from the MSAccess db it will not be recognized. So, before saving, I parse the date with DatePart(...), recompose it with CreateDateTime(...) and finally create the dateobject with CreateODBCDateTime(...) This way the date is saved correctly. Couldn't find any LS function to restore it to local date format. Am I wrong? Is there a less cumbersome way to do it? Thank you very much. ContiW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259179 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

