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: 
manojkulkarni
Partner - Specialist II
Partner - Specialist II

Convert String to Date & Time

Hi Friends,

How to convert the below string into Date&Time Format ?  If data coming in different formats then how it should be handled ?

"Thu  3/9/2017 6:10 PM"

12 Replies
PrashantSangle

Hi,

actually I never try this but i try

date(today(),'www DD/MM/YYYY hh:mm TT')  which gives me 'Tue 14/03/2017 12:00 PM'

So I thought same format should work for date#(), But i checked it is not working.

might be we need to do some setting in ester egg.

Regards,

Prashant

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
sunny_talwar

Make sense.... Ya, I had trouble with weekday in Date# function.

manojkulkarni
Partner - Specialist II
Partner - Specialist II
Author

Thanks Sunny ,  It worked