I have the following query to obtain an average of some data of the 52 weeks of the year in the following way:
$dates = array();
$firstDate = date("Y-m-d", strtotime('first day of January 2016'));
$lastDate = date("Y-m-d", strtotime('last day...
asked by
03.02.2017 / 19:42