months
A number between 1 and 12 that represents a month.
Declaration
long months;Discussion
Numbers representing months are 1-based. For example, to represent January, use 1 and to represent December, use 12.
A number between 1 and 12 that represents a month.
long months;Numbers representing months are 1-based. For example, to represent January, use 1 and to represent December, use 12.