We've encountered an issue exporting this macro. Please try exporting this page again later.
number monthNumber = month(currentDate()); string monthName = formatDate(currentDate(), "MMMM"); if(monthNumber == 1) { runnerLog("Example 4: There are 31 days this month."); } else if(monthNumber == 2) { runnerLog("Example 4: February is such a wierd month...."); }