Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have date column that contains dates like this 3/17/17 rather than 3/17/2017 and in the database the date is displayed like this 0017-03-17 00:00:00. In my tMap I have this:
row1.Actual_Sale_Date.equals("")?null: TalendDate.parseDate("MM/dd/yyyy",row1.Actual_Sale_Date)
Even though I have the format defined as "MM/dd/yyyy" the database shows timestamp without time zone and the dates are
2017-03-17 00:00:00. I want to display 03/17/2017 in database.
Please kindly offer assistance.
Thanks in Advance,
John Doe