Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
How to add "z" at end as last character:
input :
"2023-08-18T05:51:35.523970"
output should look like
"2023-09-19T14:33:07.597195Z"
Hello,
You are able to convert your date into another String formatted and parse it back as you state
TalendDate.parseDate("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'",TalendDate.formatDate("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", row1.date)).
Hope it helps.
Best regards
Sabrina
Thanks for your update Sabrina.
Hello,
Feel free to let us know if it helps and any further help we can give.
Best regards
Sabrina