User Tools

Site Tools


class_of_1978_countdown

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
class_of_1978_countdown [2024/05/17 15:30] adminclass_of_1978_countdown [2024/05/17 15:32] (current) admin
Line 1: Line 1:
------ 
- 
 <php> <php>
 $origin = new DateTime("today"); $origin = new DateTime("today");
 $target = date_create('2028-05-18'); $target = date_create('2028-05-18');
 $interval = date_diff($origin, $target); $interval = date_diff($origin, $target);
-echo $interval->format('%a days until the Class of 1978's 50th Reunion');+echo $interval->format("%a days until the Class of 1978's 50th Reunion");
 </php> (if their 50th Reunion starts on Thursday, May 18, 2028) </php> (if their 50th Reunion starts on Thursday, May 18, 2028)
- 
------ 
  
 <php> <php>
Line 14: Line 10:
 $target = date_create('2028-05-25'); $target = date_create('2028-05-25');
 $interval = date_diff($origin, $target); $interval = date_diff($origin, $target);
-echo $interval->format('%a days until the Class of 1978's 50th Reunion');+echo $interval->format("%a days until the Class of 1978's 50th Reunion");
 </php> (if their 50th Reunion starts on Thursday, May 25, 2028) </php> (if their 50th Reunion starts on Thursday, May 25, 2028)
  
------ 
class_of_1978_countdown.1715959858.txt.gz · Last modified: by admin