Returns the abbreviated weekday name for the given date.
Short representation of the weekday. For european languages it will be the first three chars of the name. Chinese uses the last multibyte symbol instead. For this reason the substr approach used in Pear fails.
Tags:
return:
abbreviated weekday name
Parameters:
integer
$dayofweek
day of week 0=Sunday, 1=Monday,...
text
$locale
an optional parameter to ask day name in a different locale