how to obtain date and day of the week from `date` command

Hi,
does anybody know how to format `date` command correctly to return the day of the week? Thanks -A
I work in ksh....

Hi
check man page of date.

date '+%A'

Guru.