Home
last modified time | relevance | path

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

/plugin/bez/cron/
Dfunctions.php45 $plan_date = new DateTime($task->plan_date);
46 …$task->mail_notify_remind($task->get_participants('subscribent'), $plan_date->diff($now)->format('…
/plugin/bez/db/
Dupdate0002.sql13 WHEN task.plan_date >= date('now', '+1 month') THEN '0'
14 WHEN task.plan_date >= date('now') THEN '1'
Dupdate0001.sql155 plan_date TEXT NOT NULL, -- -- ISO8601 field
365 WHEN task.plan_date >= date('now', '+1 month') THEN '2'
366 WHEN task.plan_date >= date('now') THEN '1'
/plugin/bez/tpl/
Dtasks.php191 <?php if ($task->plan_date < date('%Y-%m-%d')): ?>
211 <?php echo $task->plan_date ?>
213 (<?php echo $tpl->date_diff_days($task->plan_date) ?>)
D8d_tasks_no_closing.php22 <td><?php echo $task->plan_date ?></td>
D8d_tasks.php27 <td><?php echo $task->plan_date ?></td>
Dtask_box.php59 … <?php echo $tpl->get('task')->plan_date ?><?php if ($tpl->get('task')->all_day_event == '0'): ?>,
/plugin/bez/action/
Ddefault.php415 'id' => 'task:' . $task->id. ':coming:' . $task->plan_date,
418 'timestamp' => strtotime($task->plan_date)
437 'id' => 'task:' . $task->id . ':outdated:' . $task->plan_date,
440 'timestamp' => strtotime($task->plan_date)
/plugin/bez/tpl/cron/
Dweekly-message-tasks.php28 <?php echo $task->plan_date ?>
/plugin/bez/mdl/
DTask.php24 protected $cost, $plan_date, $all_day_event, $start_time, $finish_time;
241 if ($this->plan_date >= $plus_1_month) {
243 } elseif ($this->plan_date >= $now) {