pub static month: MonthInternalType
p5.js communicates with the clock on your computer. The month() function returns the current month as a value from 1 - 12.
let m = month(); text('Current month: \n' + m, 5, 50);