Sorting multi dimentional array by a date value in PHP
So at work I had to make graphs showing a lot of different data, that is GROUP BY‘d on DATE(created_time) from MySQL The problem arise when there hasn’t been any action during a certain day, there will be a gap and it will make the graphs look might strange. My first solution was to just […]