Home
last modified time | relevance | path

Searched refs:dn_day (Results 1 – 1 of 1) sorted by relevance

/plugin/schedule/
Dschedules.class.php783 $dn_day = $dn_start;
786 $ds_index = date ('Ymd', $dn_day);
789 … $dn_day = mktime(0, 0, 0, date ('m', $dn_day) , date ('d', $dn_day)+1, date ('Y', $dn_day));
816 $dn_day = $dn_from;
819 $dn_day += ceil (($dn_start - $dn_from) / $step) * $step;
820 for ( ; $dn_day <= $dn_to; $dn_day += $step)
821 $focusSchedules [date ('Ymd', $dn_day)][] = $event;
830 $dn_day = $dn_startWeek + $idd * 86400;
831 if ($dn_day >= $dn_start && $dn_day >= $dn_from &&
832 $dn_day <= $dn_to)
[all …]