Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

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

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Use 'WWW DD-MMM-YY'


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

Use 'WWW DD-MMM-YY'


talk is cheap, supply exceeds demand
MayilVahanan

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.
sasikanth
Master
Master

hi

try something like that,

=date(Today() ,'WWW MM/DD/YYYY')