INFORMATICA - Date format conversion -


hello guys have date format of 12/05/2015 i.e., dd/mm/yyyy . need convert 05/12/2015 i.e., mm/dd/yyyy . can 1 give me solution .

use function to_date

to_date(column_name, 'mm/dd/yyyy') 

Comments