so I\'m having an issue with my loops, where the intention is to fill through the whole months before moving to the next line, like so
January 2000
You are missing one loop.
Outer loop goes from leftmost month to righmost month (3 in total). But that will give you just one line.
You have to wrap it with another loop that will go through all the lines.