Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
System.out.println(TalendDate.parseDate("dd/MM/yyyy",input_row.Date_contractuelle_de_remise_du_document)+ " "
+ TalendDate.getDate("dd/MM/yyyy") + " " + TalendDate.diffDate(TalendDate.parseDate("dd/MM/yyyy",TalendDate.getDate("dd/MM/yyyy")),TalendDate.parseDate("dd/MM/yyyy",input_row.Date_contractuelle_de_remise_du_document),"dd"));