Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
TalendDate.getCurrentDate() 
Hi 
The function TalendDate.getDate(String pattern) returns a string, if you want to get the current Timestamp, try this expression:
TalendDate.getCurrentDate() 
Best regards
Shong