Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ZoeM
Specialist
Specialist

Show Date text String in Date Format

Hello Community.

I have a date field coming into the dashboard as a string in the format 2018-10-10 and I would like to change it to 10-Jan-2018.

I ave tried Date(Date#( YourField, 'DD-MMM-YY')'DD-MMM-YY') , Date#(text[, format]) and I cant seem to get it to work.

Any advice?

Thanks team. 

Labels (3)
1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

the format inside the Date# should be the format of the source data
e.g. (guessing its YYYY-MM-DD)
Date(Date#( YourField, 'YYYY-MM-DD'),'DD-MMM-YYYY')

View solution in original post

3 Replies
dplr-rn
Partner - Master III
Partner - Master III

the format inside the Date# should be the format of the source data
e.g. (guessing its YYYY-MM-DD)
Date(Date#( YourField, 'YYYY-MM-DD'),'DD-MMM-YYYY')
ZoeM
Specialist
Specialist
Author

Excellent!

Thanks Dilipranjith!

 

Have a good weekend

sergio0592
Specialist III
Specialist III

Hi, In addition, about interpretation function, take a look here

https://community.qlik.com/t5/Qlik-Design-Blog/The-Date-Function/ba-p/1463157