Shane Smith
Oct 08, 2024
Oct 16, 2024
number monthNumber = month(currentDate()); string monthName = formatDate(currentDate(), "MMMM"); if(monthNumber > 12) { runnerLog("Example 2: Time no longer exists :("); }