Changeset 16238
- Timestamp:
- 05/25/13 01:37:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16237 r16238 83 83 { 84 84 85 $timestamp1=strtotime( echo $rowSched1['fStart'];);85 $timestamp1=strtotime($rowSched1['fStart']); 86 86 ?> 87 87 if(Year+""+Day+""+Month==<?php echo date('Ydm',$timestamp1); ?>) … … 115 115 { 116 116 117 $timestamp2=strtotime( echo $rowSched2['fStart'];);117 $timestamp2=strtotime($rowSched2['fStart']); 118 118 ?> 119 119 if(year+"-"+day+"-"+month==<?php echo date('Y-d-m',$timestamp2); ?>)
Note:
See TracChangeset
for help on using the changeset viewer.