
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Day Name display
Hi, I want use Dayname(today()) to display Thursday, friday like.... But not getting the right forumula. Thanks,
Accepted Solutions
.png)
.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Change your SET variables like
SET DayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';
Then in text box write
=WeekDay(today( ) ) this gives Thrusday
.png)
.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI Madu,
Use
WeekDay(Today())
instead.
I hope it helps,
Carlos

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
weekday(today()) will work for you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
=WeekDay(Today())&', '&num(weekday(Today()))&' '&month(Today())&' '&year(today()) Output is Thursday, 3 Apr 2014 I am missing like 3rd, 4th, 5th, 2nd like?? Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
But Weekday(today( ) ) will not give exactly Thrusday please check if i am wrong
It gives
Weekday(today( ) ) Thu instead of Thrusday

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used this SET DayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Satday;Sunday'; So I get Thursday
