Thread
:
I need a javascript or php script that shows the day before
View Single Post
06-06-2005, 01:45 PM
mkx
Confirmed User
Industry Role:
Join Date: Nov 2003
Location: Toronto
Posts: 4,001
Thanks, got it working! Using the first script:
$ystday = date('m/d/y', mktime(0, 0, 0, date("m") , date("d") - 1, date("Y")));
How do I make it so it shows MM/DD/YYYY instead of MM/DD/YY?
mkx
View Public Profile
Find More Posts by mkx