I have a date on the format YWWD, where:
Y=year
WW=week number of year
D=day of week

Anyone have a clue on how to convert this to a regular date(CCYY-MM-DD)?
Can't find any functions for this in C..?