Formatting a Date
The formatDate routine is easy to use, along with a tJava component:
System.out.println(TalendDate.formatDate("dd-MM-yyyy", new Date()));
The current date is initialized according to the pattern specified by the new Date() Java function and is displayed in the Run view:
