Closed GoogleCodeExporter closed 9 years ago
A drop-down selector for the year has been selected, and it has been stitched
into the database and filterPanel classes so that we can see things past
December 31st, 2010. Now the tool is smart enough to move across year breaks
and show you the appropriate months.
The algorithm for handling year roll-over is not smart enough to formulaic-ally
handle multiple years, and this is a final update that should be made. Right
now it basically determines if the startMonth + monthRange crosses a year
boundary, and if so bumps the year by one and removes 12 from startMonth +
monthRange.
Original comment by Daniel.S...@gmail.com
on 20 Dec 2010 at 10:56
Original comment by Daniel.S...@gmail.com
on 23 Dec 2010 at 3:09
Original comment by Daniel.S...@gmail.com
on 23 Dec 2010 at 3:15
Original issue reported on code.google.com by
Daniel.S...@gmail.com
on 31 Oct 2010 at 5:11