We've encountered an issue exporting this macro. Please try exporting this page again later.
Excerpt |
---|
Code Block |
---|
number monthNumber = month(currentDate());
string monthName = formatDate(currentDate(), "MMMM");
if(startsWith(monthName, "J") == true) {
runnerLog("Example 3: This month " + monthName + " starts with the letter 'J'.");
} |
|