On Mon, Jul 2, 2012 at 4:00 PM, Rob Weissenburger <r...@fiberuplink.com> wrote:
> Hello everyone,
>
>   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?

    Yup.  Look at strtotime() and mktime():

        http://php.net/strtotime
        http://php.net/mktime

-- 
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/

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

Reply via email to