I have run into something interesting with running the MYSQL NOW() function.
Here is what I'm running:
SELECT NOW() from database
This gives me "2010" only. Any idea why this may be? If I run the same mysql query in mysql from the command line I get the correct output "2010-01-14 14:10:03".
Has anyone else seen this behavior?
Edited by: crusherdestroyer on Jan 14, 2010 12:19 PM