Am I correct that the only way to map the number 12 to "Dec"
is this mouthful:

# DateTime constructor produces an error if only month is supplied.
substr(new DateTime(year => 2004, month => 12)->month_name(), 0, 3);

-mda


Reply via email to