Searched refs:ds_date (Results 1 – 1 of 1) sorted by relevance
| /plugin/schedule/ |
| D | scheduleRoot.class.php | 120 function checkDS ($ds_date) { argument 122 preg_match ("#([0-9]{8})#", $ds_date, $dumy); 130 $ds_date = date ("Ymd"); 132 …$ds_date = sprintf ("%08d", date ("Ymd", mktime (0, 0, 0, date ("n"), date ("j")+$matches["delta"]… 134 …$ds_date = sprintf ("%08d", date ("Ymd", mktime (0, 0, 0, date ("n"), date ("j")-$matches["delta"… 136 $ds_date = sprintf ("%04d%02d%02d", $dt_date["Y"], $dt_date["m"], $dt_date["d"]); 138 $ds_date = sprintf ("20%02d%02d%02d", $dt_date["Y"], $dt_date["m"], $dt_date["d"]); 140 $ds_date = "{$df_date}"; 141 return $ds_date; 144 function ds2df ($ds_date) { argument [all …]
|