I use the following code in the exp:weblog:calendar tag to link to previous, next months
<a href="http://{previous_path=/{segment_1}}" title="previous month" class="monthControl">«</a> {date format="%F %Y"} <a href="http://{next_path=/{segment_1}}" title="next month" class="monthControl">»</a>Which displays like: << August >>
What I want to know, is it possible to link the name of the month that is previous and next…
like this: July | August | September
I am unsure how to accomplish this, if it is possible using native EE tags.
Any help is appreciated.
Update:
Figured it out:
{previous_date format="%F"} {next_date format="%F"}