I am a new comer to CB and I'm working on a project in which I need to pass a list of the previous 12 months from today's date to the view, in the fashion of Year,Month, so that the view writes something as follows for each.
<div class="date">
<h4>2103</h4>
<div<JAN</div>
</div>
I haven't been able to figure out a variable schema in order to properly reference the elements on the view.