I have some data that came from AS/400 DB2 and it contains julian date data that is described as INT (7) and I need to convert it to a normal calendar date (gregorian).
Here is a format of the data. This would represent 10/27/1960
1960301 - should be converted to 10/27/1960
1977308 - should be converted to 11/4/1977
Year is 1st four digits.
I have tried several of the examples on this forum. No luck.
Ideally, I'd like for the conversion to be command line or function.
Thanks in advance for your assistance.
Jim