Changeset 17433
- Timestamp:
- 01/03/14 14:10:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17432 r17433 316 316 { 317 317 $scheduleId = $rows['fScheduleID']; 318 $timestamp=strtotime($rows['fStart']); s318 $timestamp=strtotime($rows['fStart']); 319 319 $timestamp2 = date('Y-m-d',$timestamp); 320 320 $date_time = date('H:i:s',$timestamp);
Note:
See TracChangeset
for help on using the changeset viewer.