Jump to content

[SOLVED] Date function for week before


dc_jt

Recommended Posts

Im looking to get the date of a week before a certain date

 

For example

                $iLastDate = date("Y-m-d H:i:s ");

$timeStamp = strtotime($iLastDate);

$timeStamp += 24 * 60 * 60 * 7;

$NextBatchDate = date("Y-m-d  H:i:s", $timeStamp);

 

This is for a week ahead, how do I do a week before?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/43654-solved-date-function-for-week-before/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.