Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
Need help on this !!
I am trying to convert a time of type string into a date of 24 hour format.
Input string : "11:59:00 PM"
Tmap Expression : "TalendDate.parseDate("HH:mm:ss", row6.Start_Time)
Output date 11:59:00.0000000
Expected: 23:59:00.0000000
Thank you for your reply. I tried that and it still doesn't convert to 24 hour format.
TalendDate.parseDate("HH:mm:ss a",row3.Start_Time )
worked !! Missed that in your first note Thank you so much. Appreciate it.