I am looking for a way to conver time as defined by http://www.rfc-editor.org/rfc/rfc822.txt section 5 (RFC822) (ex. Thu, 27 Jul 2006 13:21:11 -0700) to a unix time stop for use in PHP. Thanks for the help, i have looked around on google for help but can't find anything. Maybe there is a more common name for this type of time that i need to serach for...
2006-07-27
09:41:45
·
2 answers
·
asked by
Brady
3
in
Computers & Internet
➔ Programming & Design
strtotime() works great, thanks for the help. They should include that function as a related function on the date() page, but this isn't the place to complain about that. I can't choose you as the best answer for a couple hours but thanks for the help.
2006-07-27
10:17:37 ·
update #1