Hi
I want the format of the date like
Fri, Dec 12, 2008
Earlier I used
CTime today = CTime::GetCurrentTime();
CString chdpl = today.Format("%A, %B %d, %Y" );
for
Friday, December 12,2008
But I don't know how to specify Fri in format
Regards
Karan