Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
Hello @chamane yacine ,
Please try the below expression
TalendDate.parseDate("EEE MMM dd HH:mm:ss z yyyy", row1.Heure_de_debut )
Thanks
Aiming
Hello @chamane yacine ,
Please try the below expression
TalendDate.parseDate("EEE MMM dd HH:mm:ss z yyyy", row1.Heure_de_debut )
Thanks
Aiming