NAME

OP::Enum::MonthsOfYear - Named days of week (English)

1-Index version constants (where January = 1) are:

JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC

For 0-Index versions (where January = 0), prepend an underscore.

_JAN _FEB _MAR _APR _MAY _JUN _JUL _AUG _SEP _OCT _NOV _DEC

SYNOPSIS

use OP::Enum::MonthsOfYear;

print JAN ."\n";

print _JAN ."\n";

SEE ALSO

This file is part of OP.

REVISION

$Id: //depotit/tools/source/snitchd-0.20/lib/OP/Enum/MonthsOfYear.pm#1 $