changes.mady.by.user Jonathan Muse
Saved on Sept 16, 2021
Saved on about 3 hours ago
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'."); }