I got this compiler error
"numeric constant contains digits beyond the radix"

in reference to this section of code
"if (month = 08)"
and I don't know why.

I don't get errors for anything else just the "if (month = 08)" and also for the 09. works for 01-07 though and 10-12.