Macro Template 3.5.0.0
by NISHIMURA Ryohei
Macro Template is to replace mail templates with macros for date formatting.
About this Add-on
Macro Template is an Add-on to replace Subject fields and bodies of mail templates with the following macros:
Thank you for supporting Thunderbird 68 by hiromiya-lndbl.
Thank you for adding macros by wl2776 and useranty.
Using locale like {{{MMMM{de-GE}}}} is evaluated like Germany German " Januar".
Without locale, {{{MMMM}}} is US English "January".
With empty text, {{{MMMM{}}}} is in the browser locale.
    Thank you for supporting Thunderbird 68 by hiromiya-lndbl.
Thank you for adding macros by wl2776 and useranty.
- {{{y}}} is replaced to the year without zero padding when you open the template.
 - {{{yyyy}}} to the year with zero padding. You can add a offset as {{{yyyy+1}}} and it will be replaced to the year plus the offset.
 - {{{M}}} to the numerical month without zero padding.
 - {{{MM}}} to the numerical month with zero padding.
 - {{{MMM}}} to the 3-letter roman month name.
 - {{{MMMM}}} to the roman month fullname.
 - {{{d}}} to the day in month without zero padding.
 - {{{dd}}} to the day in month with zero padding.
 - {{{E}}} to the day fullname in week.
 - {{{EEE}}} to the 3-letter day name in week.
 - {{{H}}} to the hour (0 - 23) without zero padding.
 - {{{HH}}} to the hour (0 - 23) with zero padding.
 - {{{m}}} to the minute without zero padding.
 - {{{mm}}} to the minute with zero padding.
 - {{{s}}} to the second without zero padding.
 - {{{ss}}} to the second with zero padding.
 - {{{w}}} to the week (1-53) of the year.
 - {{{w1}}} to the date of Monday of the week.
- {{{w2}}} to Tuesday, {{{w3}}} to Wednesday and finally {{{w7}}} to Sunday.
 - Three w's like {{{www1}}} is a long format variation.
 
 
Using locale like {{{MMMM{de-GE}}}} is evaluated like Germany German " Januar".
Without locale, {{{MMMM}}} is US English "January".
With empty text, {{{MMMM{}}}} is in the browser locale.