Is it possible to set a date parameter to show the following year?

I am designing a template in which I need to show just months and year, for example:

  • October through December \date(yyyy), which would return October through December 2025

The template needs to follow the academic calendar—so for this coming academic year, it would be September 2025 through June 2026. What I would like to do is, after the example I gave above, have another section that would be labeled:

  • January through March \date(yyyy: ?) and have that somehow return January through March 2026

I haven’t been able to find one in the support documents, but I might have missed it.

Any help would be appreciated.

Thanks,

Richard

The only thing I see that might be relevant is that \date does have an ‘offset’ parameter. I think it is the number of days it is offset, so maybe you can fudge something using that.