> I have records with the date in DD-MM-YYYY, but mysql wants them in 
> YYYY-MM-DD. Is there anyway of changing Mysql's format?

I don't EVER use MySQL;  but with most databases this is just a matter
of changing your locale.  Should be doable via an environment variable
(client side) or a parameter in your DSN/connection-string.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to