Adam Williams wrote:
select date_format('contract.length_start', '%m-%d-%Y') as length_start from contract where user_id = 1;

This has nothing to do with PHP, but the first parameter to date_format should not be in quotes.

-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to