Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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'.");
}