Lines Matching refs:start

16 $start = new DateTime('2010-03-14 01:59:59 -0500');
17 echo 'fd1 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
18 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
21 $start = new DateTime('2010-03-13 04:30:00 -0500');
22 echo 'fd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
23 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
26 $start = new DateTime('2010-03-13 04:30:00 -0500');
27 echo 'fd3 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
28 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
31 $start = new DateTime('2010-03-13 04:30:00 -0500');
32 echo 'fd4 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
33 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
36 $start = new DateTime('2010-03-13 01:30:00 -0500');
37 echo 'fd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
38 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
41 $start = new DateTime('2010-03-13 03:30:00 -0500');
42 echo 'fd6 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
43 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
46 $start = new DateTime('2010-03-13 02:30:00 -0500');
47 echo 'fd7 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
48 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
56 $start = new DateTime('2010-03-14 01:59:59 -0500');
59 echo 'fa1 ' . $start->format($date_format) . " + $interval_spec = "
60 . $start->add($interval)->format($date_format) . "\n";
62 $start = new DateTime('2010-03-13 04:30:00 -0500');
65 echo 'fa2 ' . $start->format($date_format) . " + $interval_spec = "
66 . $start->add($interval)->format($date_format) . "\n";
68 $start = new DateTime('2010-03-13 04:30:00 -0500');
71 echo 'fa3 ' . $start->format($date_format) . " + $interval_spec = "
72 . $start->add($interval)->format($date_format) . "\n";
74 $start = new DateTime('2010-03-13 04:30:00 -0500');
77 echo 'fa4 ' . $start->format($date_format) . " + $interval_spec = "
78 . $start->add($interval)->format($date_format) . "\n";
80 $start = new DateTime('2010-03-13 01:30:00 -0500');
83 echo 'fa5 ' . $start->format($date_format) . " + $interval_spec = "
84 . $start->add($interval)->format($date_format) . "\n";
86 $start = new DateTime('2010-03-13 02:30:00 -0500');
89 echo 'fa6 ' . $start->format($date_format) . " + $interval_spec = "
90 . $start->add($interval)->format($date_format) . "\n";
146 $start = new DateTime('2010-11-07 01:59:59 -0400');
147 echo 'bd1 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
148 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
151 $start = new DateTime('2010-11-06 04:30:00 -0400');
152 echo 'bd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
153 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
156 $start = new DateTime('2010-11-06 04:30:00 -0400');
157 echo 'bd3 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
158 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
161 $start = new DateTime('2010-11-06 04:30:00 -0400');
162 echo 'bd4 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
163 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
166 $start = new DateTime('2010-11-06 04:30:00 -0400');
167 echo 'bd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
168 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
171 $start = new DateTime('2010-11-06 04:30:00 -0400');
172 echo 'bd6 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
173 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
176 $start = new DateTime('2010-11-06 01:30:00 -0400');
177 echo 'bd7 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
178 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
181 $start = new DateTime('2010-11-06 01:30:00 -0400');
182 echo 'bd8 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
183 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
191 $start = new DateTime('2010-11-07 01:59:59 -0400');
194 echo 'ba1 ' . $start->format($date_format) . " + $interval_spec = "
195 . $start->add($interval)->format($date_format) . "\n";
197 $start = new DateTime('2010-11-06 04:30:00 -0400');
200 echo 'ba2 ' . $start->format($date_format) . " + $interval_spec = "
201 . $start->add($interval)->format($date_format) . "\n";
203 $start = new DateTime('2010-11-06 04:30:00 -0400');
206 echo 'ba3 ' . $start->format($date_format) . " + $interval_spec = "
207 . $start->add($interval)->format($date_format) . "\n";
209 $start = new DateTime('2010-11-06 04:30:00 -0400');
212 echo 'ba4 ' . $start->format($date_format) . " + $interval_spec = "
213 . $start->add($interval)->format($date_format) . "\n";
215 $start = new DateTime('2010-11-06 04:30:00 -0400');
218 echo 'ba5 ' . $start->format($date_format) . " + $interval_spec = "
219 . $start->add($interval)->format($date_format) . "\n";
221 $start = new DateTime('2010-11-06 04:30:00 -0400');
224 echo 'ba6 ' . $start->format($date_format) . " + $interval_spec = "
225 . $start->add($interval)->format($date_format) . "\n";
227 $start = new DateTime('2010-11-06 01:30:00 -0400');
230 echo 'ba7 ' . $start->format($date_format) . " + $interval_spec = "
231 . $start->add($interval)->format($date_format) . "\n";
233 $start = new DateTime('2010-11-06 01:30:00 -0400');
236 echo 'ba8 ' . $start->format($date_format) . " + $interval_spec = "
237 . $start->add($interval)->format($date_format) . "\n";
239 $start = new DateTime('2010-11-06 04:30:00 -0400');
242 echo 'ba9 ' . $start->format($date_format) . " + $interval_spec = "
243 . $start->add($interval)->format($date_format) . "\n";
245 $start = new DateTime('2010-11-06 03:30:00 -0400');
248 echo 'ba10 ' . $start->format($date_format) . " + $interval_spec = "
249 . $start->add($interval)->format($date_format) . "\n";
251 $start = new DateTime('2010-11-06 02:30:00 -0400');
254 echo 'ba11 ' . $start->format($date_format) . " + $interval_spec = "
255 . $start->add($interval)->format($date_format) . "\n";