month-name ( obj -- string )
Calendar ยป Month names in English

Next:month-names ( -- value )


Vocabulary
calendar.english

Inputs
objan integer or a timestamp


Outputs
stringa string


Word description
Looks up the month name and returns it as a string. January has an index of 1 instead of zero.

Definition


Methods