GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Php Date help (https://gfy.com/showthread.php?t=187320)

4Pics 10-17-2003 10:30 PM

Php Date help
 
// Prints something like: Wednesday
echo date("l");


I want to get the day before...

How do I get date-1 ?

woj 10-17-2003 10:36 PM

Quote:

Originally posted by 4Pics
// Prints something like: Wednesday
echo date("l");


I want to get the day before...

How do I get date-1 ?

echo date('l',time()-86400);

?

4Pics 10-18-2003 12:39 AM

thanks


All times are GMT -7. The time now is 07:44 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123