Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In a tmap component I would like to compare two dates
The first one has the format "dd-MM-yyyy"
The seconde one has teh format "yyyyMMdd"
I have tried :
TalendDate.compareDate(row1.date_expedition, row2.DATELOG,"dd-MM-yyyy")
I have the following message : "La méthode compareDate() du type TalendJavaSourceViewer7.TalendDateStruct ne
s'applique pas aux arguments (Date, Date, String)"
In english , something like "You cannot use it with arguments (Date, Date, String"
What is the best solution?
Thanks
Didier