
Not applicable
2015-11-04
05:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Including Day of the week in the date format
Hi All,
I have a timestamp in the format off 'DD/MM/YYYY hh:mm:ss[.fff]'.
I have formatted it group each day together. Date(DayStart([Logged On]),'DD-MMM-YY') which returns for example 04-Nov-15. However i would like to return Weds 04-Nov-15. How do i this?
thanks,
laura
2,176 Views
1 Solution
Accepted Solutions

Partner - Champion III
2015-11-04
05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 Replies

Partner - Champion III
2015-11-04
05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use 'WWW DD-MMM-YY'
talk is cheap, supply exceeds demand

MVP
2015-11-04
05:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Try like this
=Date(DayStart(Today()),'WWW DD-MMM-YY')
Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Please close the thread by marking correct answer & give likes if you like the post.
.png)

Master
2015-11-04
05:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi
try something like that,
=date(Today() ,'WWW MM/DD/YYYY')
