I had a similar problem when using mysql, the problem for me occured when I was inserting the dates into the database form some reason mysql took it upon itself to rearrange the dates if I inserted a date such as 25-10-2006 this inserted fine, if I inserted a date such as 9-10-2006 the 9 and 10 would swap around for me. The way I fixed this was to have a locale set up and whenever I was inserting the date to insert it using LSDateFormat. Probably not the best way of doing it, but hey it worked.
Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:258200 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

