changes.mady.by.user Shane Smith
Saved on Oct 08, 2024
Saved on Oct 16, 2024
number monthNumber = month(currentDate()); string monthName = formatDate(currentDate(), "MMMM"); if(monthNumber > 0) { runnerLog("Example 1: It is the month of " + monthName + "!"); }