Lines Matching refs:date

61     var $date;							// exact filter date  variable in schedules
214 function setDateFilters ($before, $date, $after) { argument
217 $this->date = $this->scheduleRoot->df2ds ($date);
218 if ($this->date)
219 $this->before = $this->after = $this->date;
448 … $this->before = $this->after = $this->date = $this->scheduleRoot->df2ds ($request['date']);
559 $schedule->id = date ('Ymdhis.0');
604 $newSchedule->id = date ('Ymdhis').$i;
752 $dn_today = mktime (0, 0, 0, date ('n'), date ('j'), date ('Y'));
753 …$dn_start = mktime (0, 0, 0, date ('m', $dn_showDay), date ('d', $dn_showDay)-date ('w', $dn_showD…
755 $ds_start = date ('Ymd', $dn_start);
756 $ds_end = date ('Ymd', $dn_end);
757 …$dn_prev = mktime (0, 0, 0, date ('m', $dn_showDay)-1, date ('d', $dn_showDay), date ('Y', $dn_sh…
758 …$dn_next = mktime (0, 0, 0, date ('m', $dn_showDay)+1, date ('d', $dn_showDay), date ('Y', $dn_sh…
759 $df_prev = date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_prev);
760 $df_next = date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_next);
769 ' '.date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_showDay).NL.
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));
821 $focusSchedules [date ('Ymd', $dn_day)][] = $event;
824 …$dn_startWeek = mktime (0, 0, 0, date ('m', $dn_from), date ('d', $dn_from) - date ('w', $dn_from)…
833 $focusSchedules [date ('Ymd', $dn_day)][] = $event;
838 … $dn_startMonth = mktime (0, 0, 0, date ('m', $dn_from), 1, date ('Y', $dn_from));
840 …$nbMonth = floor ((date ('m', $dn_start) + date ('Y', $dn_start)*12 - (date ('m', $dn_from) + date
841 …$dn_startMonth = mktime (0, 0, 0, date ('m', $dn_startMonth) + $nbMonth, 1, date ('Y', $dn_startMo…
845 …$dn_startMonth = mktime (0, 0, 0, date ('m', $dn_startMonth) + $event->repeat, 1, date ('Y', $dn_s…
849 …$dn_day = mktime (0, 0, 0, date ('m', $dn_startMonth), $event->dayRank, date ('Y', $dn_startMonth)…
851 $delta = $event->dayInWeek - date ('w', $dn_startMonth);
856 … $dn_day = mktime (0, 0, 0, date ('m', $dn_startMonth), $delta+1, date ('Y', $dn_startMonth));
860 $focusSchedules [date ('Ymd', $dn_day)][] = $event;
864 $dayInmonth = date ('j', $dn_from);
865 $monthInYear = date ('n', $dn_from);
866 …$startYear = date ('Y', $dn_start) - (date ('Y', $dn_start) - date ('Y', $dn_from)) % $event->repe…
867 $endYear = date ('Y', $dn_end);
872 $focusSchedules [date ('Ymd', $dn_day)][] = $event;
887 $df_day = date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_day);
891 $w = date ('W', $dn_day);
893 $dayRank = date ('d', $dn_day);
896 if (isset ($focusSchedules [date ('Ymd', $dn_day)])) {
900 foreach ($focusSchedules [date ('Ymd', $dn_day)] as $event) {
929 … $dn_day = mktime(0, 0, 0, date ('m', $dn_day), date ('d', $dn_day)+1, date ('Y', $dn_day));
1011 …return '<div class="date">'.date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_day).…
1222 $result .= date ($this->scheduleRoot->currentDateFormat ['dayMonth'], $dn_from).' ';
1258 if ($this->date && (strcmp ($event->from, $this->date) > 0 ||
1259 … strcmp (('' != $event->to ? $event->to : $event->from), $this->date) < 0))
1303 …$dn_startWeek = mktime (0, 0, 0, date ('m', $dn_from), date ('d', $dn_from) - date ('w', $dn_from)…
1318 … $dn_startMonth = mktime (0, 0, 0, date ('m', $dn_from), 1, date ('Y', $dn_from));
1319 …$nbMonth = floor ((date ('m', $dn_start) + date ('Y', $dn_start)*12 - (date ('m', $dn_from) + date
1320 …$dn_startMonth = mktime (0, 0, 0, date ('m', $dn_startMonth) + $nbMonth, 1, date ('Y', $dn_startMo…
1321 …; $i < 2; $i++, $dn_startMonth = mktime (0, 0, 0, date ('m', $dn_startMonth) + $event->repeat, 1,
1325 …$dn_day = mktime (0, 0, 0, date ('m', $dn_startMonth), $event->dayRank, date ('Y', $dn_startMonth)…
1327 $delta = $event->dayInWeek - date ('w', $dn_startMonth);
1332 … $dn_day = mktime (0, 0, 0, date ('m', $dn_startMonth), $delta+1, date ('Y', $dn_startMonth));
1340 $dayInmonth = date ('j', $dn_from);
1341 $monthInYear = date ('n', $dn_from);
1342 …$startYear = date ('Y', $dn_start) - (date ('Y', $dn_start) - date ('Y', $dn_from)) % $event->repe…
1350 $ds_day = date ('Ymd', $dn_day);
1353 if ($this->date && strcmp ($ds_day, $this->date) != 0)
1640 $this->lastNotificationReset = date ('YmdHis');
1658 $this->lastNotification = date ('YmdHis');