Sunday, March 25, 2012

day name of a date

Hello,
One of my group field is a date, and I need to return day name, like Monday,
Tuesday, .. how can I do this?
Thanks,Imagine you have OrderDate; then the exression could be
=WeekDayName(WeekDay(Fields!OrderDate.Value))
--
Dejan Sarka, SQL Server MVP
Associate Mentor
www.SolidQualityLearning.com
"JIM.H." <JIMH@.discussions.microsoft.com> wrote in message
news:9F7027F2-7A04-4D0A-9176-63514D0599AA@.microsoft.com...
> Hello,
> One of my group field is a date, and I need to return day name, like
Monday,
> Tuesday, .. how can I do this?
> Thanks,
>sql

No comments:

Post a Comment