Parses CronMonthValue into a string.
CronMonthValue
parseCronMonthValue(1); // "1"parseCronMonthValue(12); // "12"parseCronMonthValue(99); // undefined
A string or undefined if invalid.
undefined
Parses
CronMonthValue
into a string.Example
Returns
A string or
undefined
if invalid.