Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pjpkumar26
Contributor III
Contributor III

Regarding Date Format

Hi Friends,

I have date format 23 Feb 2022 and I need this to be displayed as Wed 23 Feb 2022.

Thanks In Advance 

Regards,

Kumar

Labels (5)
4 Replies
Or
MVP
MVP

=Date(Today(),'WWW DD MMM YYYY')

Iswarya_
Creator
Creator

Hi @pjpkumar26 

Try like this:

Date(Today(),'WWW DD MMM YYYY')

O/P:

Thu 24 Feb 2022

pjpkumar26
Contributor III
Contributor III
Author

Thanks you

It worked 🙂

Iswarya_
Creator
Creator

@pjpkumar26 ,

If the issue is solved please mark the answer with Accept as Solution.