I'm needing to display the name of the month after the current month in a Word 2003 document.
It's fairly easy to display the current month:
{ DATE \@ "MMMM" }
At the time of this writing, this displays: September
What I'm wanting to display is October...and for the life of me I cannot work out what needs to be done.
I've been trying to follow the advice on addbalance but without much luck:
{ = { Date \@ "MMMM" } + 1 }
Does anyone know what command I need to write to be able to accomplish this seemingly simple task?