jazminecat
Programmer
I have a table with dates from our AS/400 in a wierd format that doesn't look like true Julian.
106001 = 1/1/06
106002 = 1/2/06
105365 = 12/31/05
so basically, the first digit is useless, the second two are the year, and the last three are the day of the year. How can I convert this in a SQL statement to return the date as mm/dd/yy? The date field that contains these computer dates is called YTDWK.
Thanks!
106001 = 1/1/06
106002 = 1/2/06
105365 = 12/31/05
so basically, the first digit is useless, the second two are the year, and the last three are the day of the year. How can I convert this in a SQL statement to return the date as mm/dd/yy? The date field that contains these computer dates is called YTDWK.
Thanks!