On Mon, 2 Jul 2012, Rob Weissenburger wrote:

 I know php time() gives the current unix time which you can format out to
a normal date and time. Is there a way to format a specific date and time
back to unix time?

mktime() and strtotime() will do it, depending on the form your time is in. There's probably others.

Geoff.


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

Reply via email to