Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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 (5)
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")