Thread
:
quick php date() help
View Single Post
08-28-2004, 05:33 PM
JSA Matt
So Fucking Banned
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
date("F d Y", strtotime("yesterday"));
date("F d Y", strtotime("-1 day"));
should have plenty of ways to do it lol.. I prefer the mktime method
JSA Matt
View Public Profile
Visit JSA Matt's homepage!
Find More Posts by JSA Matt