Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If you have created the function in a routine, then you can call the routine in a job like this:
for testing, on a tJava component:
int julianDateValue=yourRoutineName.convertToJulian(TalendDate.getDate("dd.MM.yyyy") );
System.out.println(julianDateValue);
Regard
Shong
hi @TRF
I saw the solution, but don't know how to implement that please help me , this is really urgent
Regards
If you have created the function in a routine, then you can call the routine in a job like this:
for testing, on a tJava component:
int julianDateValue=yourRoutineName.convertToJulian(TalendDate.getDate("dd.MM.yyyy") );
System.out.println(julianDateValue);
Regard
Shong
Hi,
I believe following link will help you in this scenario:
Regards,
Bhagwat
With the code attached i am able to convert date to julian but please help me in the code for datetime
in below mentioned format
TalendDate.getDate("yyyy-MM-dd HH:mm:ss.SSS")
Please find the attached routine