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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
YacineCh
Contributor III
Contributor III

Can't Convert String MMM to Date MM

Hi Team,

Please i need to convert this String value "Mon Apr 17 16:05:31 WET 2023" to date. I tried this : TalendDate.parseDate("EEE MMM d HH:mm:ss z yyyy", row1.Heure_de_debut ) , but i get the upersableDate error. Any ideas please ?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello @chamane yacine​ ,

Please try the below expression

TalendDate.parseDate("EEE MMM dd HH:mm:ss z yyyy", row1.Heure_de_debut ) 

 

Thanks

Aiming

 

View solution in original post

1 Reply
Anonymous
Not applicable

Hello @chamane yacine​ ,

Please try the below expression

TalendDate.parseDate("EEE MMM dd HH:mm:ss z yyyy", row1.Heure_de_debut ) 

 

Thanks

Aiming