Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to get date in string format like 09 january 2017.
i need to pass this value in output excel
TalendDate.formatDate("dd MMMM yyyy",TalendDate.getCurrentDate()) to populate your output field which must be declared as a String.
TalendDate.getCurrentDate() replace this with your date field input.