I need a Julian date turned into a standard date. However, the only catch is the Julian date is attached to a company code. E.g., I need to be able to take the 300 from 300XXXX and turn it into 10/27/2010.
Then I need to be able to turn 10/27/2010 to 10/27/2011 (our product has an expiration date of a year from when it is produced). So the end result is I need to be able to take the first four numbers from a number, turn that Julian date into a standard date, and then add a year to that standard date.
Thanks in advance for your help.
Then I need to be able to turn 10/27/2010 to 10/27/2011 (our product has an expiration date of a year from when it is produced). So the end result is I need to be able to take the first four numbers from a number, turn that Julian date into a standard date, and then add a year to that standard date.
Thanks in advance for your help.