day-abbreviations3 ( -- value )
Calendar > Day operations
Prev:day-abbreviation3 ( n -- string )
Next:day-name ( obj -- string )


Vocabulary
calendar

Inputs and outputs
valuean array


Word description
Returns an array with the abbreviated English names of the days of the week. This abbreviation is three characters long.

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

Definition
IN: calendar

CONSTANT: day-abbreviations3
{ "Sun" "Mon" "Tue" "Wed" "Thu" "Fri" "Sat" } inline