short-weekday-name

Name

short-weekday-name -- Return the short (English) names for date quantities

Type: function

Synopsis

short-weekday-name( weekday, name);

short-month-name( month, name);

Arguments

month

An instance of <fixnum>

Return Values

name

An instance of <string>

Description

short-weekday-name maps weekday symbols, as returned by date->weekday, to their short (3-character) English name.

short-month-name does the same for month numbers (1-12) and month names.