Apr 26, 2004 #1 tj007 IS-IT--Management Mar 14, 2003 129 US Hi Can I derive a day of the week (e.g. Monday) from a long or short date (e.g. 1/29/2004) in Crystal Reports 8.0?
Hi Can I derive a day of the week (e.g. Monday) from a long or short date (e.g. 1/29/2004) in Crystal Reports 8.0?
Apr 26, 2004 #2 bdreed35 Programmer Mar 2, 2003 1,549 US This will get you the weekday name: @Weekday_Name Code: WeekdayName (DayOfWeek ({table.date})) ~Brian Upvote 0 Downvote
This will get you the weekday name: @Weekday_Name Code: WeekdayName (DayOfWeek ({table.date})) ~Brian
Apr 26, 2004 Thread starter #3 tj007 IS-IT--Management Mar 14, 2003 129 US Thanks perfect. Upvote 0 Downvote
Apr 27, 2004 #4 Madawc Programmer Sep 5, 2002 7,628 GB In Crystal 8.5, you could also have Code: Totext({your.date}, "dddd") Also ddd for Mon, Tue etc. And lots of other useful options, but I don't know if Crystal 8 allows this. Madawc Williams East Anglia, Great Britain Upvote 0 Downvote
In Crystal 8.5, you could also have Code: Totext({your.date}, "dddd") Also ddd for Mon, Tue etc. And lots of other useful options, but I don't know if Crystal 8 allows this. Madawc Williams East Anglia, Great Britain