I have a question. I am creating a report where the query pulls the Julian Date
in iSeries DB2 for AS400.
How can I convert it to Gregorian Date
in SSRS
. I tried to modify my SQL query but was unsuccessful. So decided to convert it in SSRS.
Let's say I get a number 116193
. How do I convert it to July 11 2016
.
(Eg: 116193+1900000=2016193. 2016 year and 193rd day).
I can make a lot of if statements but I want something easier.