Skip to content

monthname

Returns a name of the month (e.g. January) for a particular variable containing date (in this example today):

${System.DateTime.Now.ToString('MMMM')}

Predefined variable of the above:

${MessageMonth}
On this page
To top