changes.mady.by.user Shane Smith
Saved on Oct 11, 2024
changes.mady.by.user Jonathan Muse
Saved on about 5 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'."); }