sometimes you might see something useful or interesting here
CakePHP programming with some other stuff like Hackintosh (OSx86) and, more recently, Coldfusion.
13 Apr 2010
Converting dates between MySql and PHP
$mysqldate
=
date
(
'Y-m-d H:i:s'
,
$phpdate
)
;
$phpdate
=
strtotime
(
$mysqldate
)
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment