Page 1 of 1

Date conversion

Posted: Thu Jan 30, 2014 9:22 am
by suja.somu
I need to convert the date in the parallel job version 8.5.

Input format : AUGUST 09, 2008
Output format : 2008-08-09

Is there any function to convert this date. Please help.

Posted: Thu Jan 30, 2014 10:32 am
by chulett
StringToDate() still works, check the documentation for the proper format mask. If your target is not a DATE then use DateToString() afterwards to get it back out in the format you need.

Posted: Thu Jan 30, 2014 11:29 am
by srinivas.g
Try below

stringtodate(<<columnname>>,"%mmmm %dd,%yyyy")