This is an old, possibly dead, thread but here goes anyway.
You need to add a column to your data before you pivot it, containing the weekday name. You can do this using the following formula:=vlookup(weekday([datecell],2),Sheet2!A:B,2,false)where Sheet2 contains two columns:
1,Mon
2,Tue
3,Wed...