Changeset 17476 for schedule/Module/control.php
- Timestamp:
- 01/04/14 09:42:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17475 r17476 321 321 { 322 322 $timestamp=strtotime($times['fStart']); 323 //$actualtime = ($times['fStart'])->format('Y-m-d H:i:s'); 323 $actualtime = $timestamp->format('Y-m-d H:i:s'); 324 324 325 //$actualtime = $times['fStart']; 325 alert($timestamp);326 //alert($timestamp); 326 327 $timestamp2 = date('Y-m-d',$timestamp); 327 328 $date_time = date('H:i:s',$timestamp); … … 380 381 <?php 381 382 382 $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$ timestamp'");383 $observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$actualtime'"); 383 384 384 385 while($rows = mysql_fetch_array($observations))
Note:
See TracChangeset
for help on using the changeset viewer.