month and year

The <month and year> inspectors provide tools for dealing and calculating with month-and-year types, which are of the form month of year, eg., January of 2007.

Version Platforms
8.0.584.0 AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows
8.1.535.0 Debian, Ubuntu
9.5.13.130 Raspbian

Creation

april of <integer> : month and year
august of <integer> : month and year
current month_and_year : month and year
december of <integer> : month and year
february of <integer> : month and year
january of <integer> : month and year
july of <integer> : month and year
june of <integer> : month and year
march of <integer> : month and year
may of <integer> : month and year
month_and_year of <date> : month and year
november of <integer> : month and year
october of <integer> : month and year
september of <integer> : month and year

Properties

first friday of <month and year> : date
first monday of <month and year> : date
first saturday of <month and year> : date
first sunday of <month and year> : date
first thursday of <month and year> : date
first tuesday of <month and year> : date
first wednesday of <month and year> : date
month of <month and year> : month
year of <month and year> : year

Casts

<month and year> as string : string

Operators