/ Published in: PHP
URL: http://www.vision.to/convert-mysql-date-to-unix-timestamp.php
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
URL: http://www.vision.to/convert-mysql-date-to-unix-timestamp.php
Subscribe to comments
You need to login to post a comment.
or you could just use: ``
strtotime()
The problem with strtotime() is that behaves different depending of your "locale" configuration. So I prefer this safer method.