Page 1 of 1

type conversionin transformer

Posted: Fri Aug 06, 2010 9:52 am
by kennyapril
I have an input which is exp_dt (expiryDate)

can any one help me with the type conversion for changing the date to string

I see type conversion in transformer but cannot fill the details
DateToString(%date%[%"%yyyy-%mm-%dd"%])

Posted: Fri Aug 06, 2010 9:56 am
by vinothkumar
Search for this function in help.. You will be able to find. Also this has been posted here several times :)

Posted: Fri Aug 06, 2010 9:56 am
by anbu

Code: Select all

DateToString(InputDateField,"%yyyy-%mm-%dd")