Lines Matching refs:end

15 $end   = new DateTime('2010-03-14 03:00:00 -0400');
17 echo 'fd1 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
18 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
20 $end = new DateTime('2010-03-14 04:30:00 -0400');
22 echo 'fd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
23 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
25 $end = new DateTime('2010-03-14 03:30:00 -0400');
27 echo 'fd3 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
28 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
30 $end = new DateTime('2010-03-14 01:30:00 -0500');
32 echo 'fd4 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
33 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
35 $end = new DateTime('2010-03-14 01:30:00 -0500');
37 echo 'fd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
38 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
40 $end = new DateTime('2010-03-14 03:30:00 -0400');
42 echo 'fd6 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
43 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
45 $end = new DateTime('2010-03-14 03:30:00 -0400');
47 echo 'fd7 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
48 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
98 $end = new DateTime('2010-03-14 03:00:00 -0400');
101 echo 'fs1 ' . $end->format($date_format) . " - $interval_spec = "
102 . $end->sub($interval)->format($date_format) . "\n";
104 $end = new DateTime('2010-03-14 04:30:00 -0400');
107 echo 'fs2 ' . $end->format($date_format) . " - $interval_spec = "
108 . $end->sub($interval)->format($date_format) . "\n";
110 $end = new DateTime('2010-03-14 03:30:00 -0400');
113 echo 'fs3 ' . $end->format($date_format) . " - $interval_spec = "
114 . $end->sub($interval)->format($date_format) . "\n";
116 $end = new DateTime('2010-03-14 01:30:00 -0500');
119 echo 'fs4 ' . $end->format($date_format) . " - $interval_spec = "
120 . $end->sub($interval)->format($date_format) . "\n";
122 $end = new DateTime('2010-03-14 01:30:00 -0500');
125 echo 'fs5 ' . $end->format($date_format) . " - $interval_spec = "
126 . $end->sub($interval)->format($date_format) . "\n";
128 $end = new DateTime('2010-03-15 03:30:00 -0400');
131 echo 'fs6 ' . $end->format($date_format) . " - $interval_spec = "
132 . $end->sub($interval)->format($date_format) . "\n";
134 $end = new DateTime('2010-03-15 02:30:00 -0400');
137 echo 'fs7 ' . $end->format($date_format) . " - $interval_spec = "
138 . $end->sub($interval)->format($date_format) . "\n";
145 $end = new DateTime('2010-11-07 01:00:00 -0500');
147 echo 'bd1 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
148 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
150 $end = new DateTime('2010-11-07 04:30:00 -0500');
152 echo 'bd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
153 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
155 $end = new DateTime('2010-11-07 03:30:00 -0500');
157 echo 'bd3 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
158 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
160 $end = new DateTime('2010-11-07 02:30:00 -0500');
162 echo 'bd4 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
163 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
165 $end = new DateTime('2010-11-07 01:30:00 -0500');
167 echo 'bd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
168 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
170 $end = new DateTime('2010-11-07 01:30:00 -0400');
172 echo 'bd6 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
173 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
175 $end = new DateTime('2010-11-07 01:30:00 -0400');
177 echo 'bd7 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
178 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
180 $end = new DateTime('2010-11-07 01:30:00 -0500');
182 echo 'bd8 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
183 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
263 $end = new DateTime('2010-11-07 01:00:00 -0500');
266 echo 'bs1 ' . $end->format($date_format) . " - $interval_spec = "
267 . $end->sub($interval)->format($date_format) . "\n";
269 $end = new DateTime('2010-11-07 04:30:00 -0500');
272 echo 'bs2 ' . $end->format($date_format) . " - $interval_spec = "
273 . $end->sub($interval)->format($date_format) . "\n";
275 $end = new DateTime('2010-11-07 03:30:00 -0500');
278 echo 'bs3 ' . $end->format($date_format) . " - $interval_spec = "
279 . $end->sub($interval)->format($date_format) . "\n";
281 $end = new DateTime('2010-11-07 02:30:00 -0500');
284 echo 'bs4 ' . $end->format($date_format) . " - $interval_spec = "
285 . $end->sub($interval)->format($date_format) . "\n";
287 $end = new DateTime('2010-11-07 01:30:00 -0500');
290 echo 'bs5 ' . $end->format($date_format) . " - $interval_spec = "
291 . $end->sub($interval)->format($date_format) . "\n";
293 $end = new DateTime('2010-11-07 01:30:00 -0400');
296 echo 'bs6 ' . $end->format($date_format) . " - $interval_spec = "
297 . $end->sub($interval)->format($date_format) . "\n";
299 $end = new DateTime('2010-11-07 01:30:00 -0400');
302 echo 'bs7 ' . $end->format($date_format) . " - $interval_spec = "
303 . $end->sub($interval)->format($date_format) . "\n";
305 $end = new DateTime('2010-11-07 01:30:00 -0500');
308 echo 'bs8 ' . $end->format($date_format) . " - $interval_spec = "
309 . $end->sub($interval)->format($date_format) . "\n";
311 $end = new DateTime('2010-11-07 03:30:00 -0500');
314 echo 'bs9 ' . $end->format($date_format) . " - $interval_spec = "
315 . $end->sub($interval)->format($date_format) . "\n";
317 $end = new DateTime('2010-11-07 02:30:00 -0500');
320 echo 'bs10 ' . $end->format($date_format) . " - $interval_spec = "
321 . $end->sub($interval)->format($date_format) . "\n";