day-names ( -- value )
Calendar ยป Day names in English

Prev:day-name ( obj -- string )


Vocabulary
calendar.english

Inputs
None

Outputs
valuean array


Word description
Returns an array with the English names of the days of the week.

See also
day-name, day-abbreviation2, day-abbreviations2, day-abbreviation3, day-abbreviations3

Definition

CONSTANT: day-names
{
"Sunday"
"Monday"
"Tuesday"
"Wednesday"
"Thursday"
"Friday"
"Saturday"
} inline