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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
stephbzr
Contributor III
Contributor III

Convert to date after getting the right format

Hello,

I can't find a method to convert a string format to a date. Here is my code: 

 

0695b00000Z1offAAB.png 

But it is still a string. I want to have a date. 

Thanks

Labels (4)
1 Solution

Accepted Solutions
Fabio_Caimi
Contributor II
Contributor II

Take a look at TalendDate:

 

TalendDate.parseDate("ddMMyy", "031221")

 

View solution in original post

1 Reply
Fabio_Caimi
Contributor II
Contributor II

Take a look at TalendDate:

 

TalendDate.parseDate("ddMMyy", "031221")