String to date conversion

parseDate(concat(substring(toString({DATE}), 1, 2), “-”, substring(toString({DATE}), 3, 2), “-”, substring(toString({DATE}),5,2)), “yy/MM/dd”)

showing error

Hello Siddhi,

Please see old post for some reference and direction -

Hope this helps to get some direction.

Thank you.
Cheers,
Deep

its not helping me…my date contains 12 letters

Hello Siddhi,

Could you share how your date string field looks like so that other members can also look into and recommend ?

Thank you.

Cheers,
Deep

Seems solved in other thread

Date -12 digit integer to a date conversion - #9 by Xclipse