Home
last modified time | relevance | path

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

/plugin/timetrack/
H A Daction.php126 $yearweek = null;
128 $yearweek = $INPUT->arr('data')['yearweek'];
130 $yearweek = $INPUT->str('yearweek');
133 $daterange = $this->tthlp->getDateRangeByYearWeek($yearweek);
H A Dhelper.php996 * @param string $yearweek 201503
999 public function getDateRangeByYearWeek($yearweek = null) { argument
1000 if($yearweek === null) $yearweek = date('YW');
1002 $year = substr($yearweek,0,4);
1003 $week = substr($yearweek,4,2);
1006 'yearweek' => $yearweek,
H A Dscript.js38 …(jQuery('#timetrack-form input[name=cmd]').val(),{act:$btn.attr('name'),yearweek:$btn.attr('value'…