I have a date which is in the following format "2002105"
The first four characters are the year the next three characters are the number day of year. How would I convert this to a datetime format: Example
DateFunction('2000032') should return 2000-02-01
DateFunction('2002098') should return 2002-04-08
The first four characters are the year the next three characters are the number day of year. How would I convert this to a datetime format: Example
DateFunction('2000032') should return 2000-02-01
DateFunction('2002098') should return 2002-04-08