MySQL Forums
Forum List  »  Newbie

Re: PHP/MySQL date < CURDATE() problem
Posted by: Greg Platt
Date: December 28, 2007 01:16PM

Yep. I was right. Here's proof:

mysql> select username, from_unixtime(curdate()) from vb3_user where userid = 1;
+----------+--------------------------+
| username | from_unixtime(curdate()) |
+----------+--------------------------+
| websissy | 1970-08-21 02:20:28 |
+----------+--------------------------+
1 row in set (0.00 sec)

Options: ReplyQuote


Subject
Written By
Posted
Re: PHP/MySQL date < CURDATE() problem
December 28, 2007 01:16PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.