I have the following string 2015089 or 2016075, for example.
I need to get the result in yyyy/mm/dd
format based on the given input.
So, based on 2015089, I get, 2015/mm/dd
. dd is a 89th day of 2015 and mm is a month that has 89th day.
How can I do something like that?