The [my+] and [my-] tokens display the number of months into the year and remaining in the year.
[my+] |
The current month number, ranging from 1-12. |
[my-] |
The number of months in the year (12), minus the current month number, resulting in a range from 11-0. |
From the above definition, it should be clear that the [my+] token is identical to the [m] month number token. Both tokens are defined because in some cases it might make the tokens in a GridTemplate easier to understand to use one token rather than the other.