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(monthNumber > 12) {
runnerLog("Example 2: Time no longer exists :(");
} |
|