I am trying to parse through these dates defined as string at the data source level.
tmap.Scheduled_Date.substring(0, 10) and then Var.var1.equals("")?null:TalendDate.parseDate("MM/dd/yyyy",Var.var1)
Throws out an error: Unparseable date: "2013-11-26". I want the date as MM/dd/yyyy format and no time. Please provide your meaningful assistance. John Doe