month

Static month 

Source
pub static month: MonthInternalType
Expand description

p5.js communicates with the clock on your computer. The month() function returns the current month as a value from 1 - 12.

Examples

let m = month();
text('Current month: \n' + m, 5, 50);