cancel
Showing results for 
Search instead for 
Did you mean: 

String to Date Conversion in Data foundation layer in IDT

Former Member
0 Kudos

Need to convert String to Date. I am trying to convert string to Date in data foundation layer in IDT. for Example: Need to convert 21080124 to date.

Joe_Peters
Active Contributor
0 Kudos

Are you using multisource? If not, what's the underlying database?

Accepted Solutions (0)

Answers (1)

Answers (1)

sonet_kebede
Advisor
Advisor

Hello,

Use the toDate()

todate(string field;"your date format")

Thanks,

Sonet