$date = date("F d\, Y g:ia", strtotime('2007-12-05 03:25:55'));
How can i output the date/time above in the same format but 3 hours before?
It's comming from a MySQL datetime column so I need to use that format. What im trying to do is compare if the last login date is >= 3 hours before the current date/time.