This is what I currently use to display the date for this coming Friday.
$date_friday = date('F j', strtotime('Friday'));
print $date_friday;
What should I use to display the date for the past (last) Friday?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…