month()

Input / Time & Date

Description

Returns the current month as a value from 1 to 12.

Syntax

int month()

Parameters

None

Returns

int

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...