You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
I've recently installed Talend Studio and am in the process of building my first test project (java) so this may be an obvious question but I can't seem to find the answer myself.
I am reading a julian date which is stored in a mysql table as a long data type and just want to send it to a delimited file output as a date string.
Are there a function to convert a julian date to other types such as gregorian, string of date datatype ?
Thanks.
Offline
Hi,
Take a look at this :-
http://www.coderanch.com/t/391375/Begin … -long-date
HTH
Last edited by tnewman (2010-02-26 21:43:25)
Offline
Hi ,
Take a look at :-
http://www.rgagnon.com/javadetails/java-0506.html
There a section about half way down.
Seems its not simple.
Offline
Pages: 1