Searched refs:yearweek (Results 1 – 3 of 3) sorted by relevance
126 $yearweek = null;128 $yearweek = $INPUT->arr('data')['yearweek'];130 $yearweek = $INPUT->str('yearweek');133 $daterange = $this->tthlp->getDateRangeByYearWeek($yearweek);
996 * @param string $yearweek 201503999 public function getDateRangeByYearWeek($yearweek = null) { argument1000 if($yearweek === null) $yearweek = date('YW');1002 $year = substr($yearweek,0,4);1003 $week = substr($yearweek,4,2);1006 'yearweek' => $yearweek,
38 …(jQuery('#timetrack-form input[name=cmd]').val(),{act:$btn.attr('name'),yearweek:$btn.attr('value'…