I have the ISO week and year but how do I correctly convert that into two dates representing the start and end of that week?

link|improve this question

72% accept rate
feedback

2 Answers

there are a couple of strategies to do that. after a quick search on the web i've found these:

link|improve this answer
feedback

If you've got some SQL chops, you could prune relevant bits from F_TABLE_DATE. Or, if you like having a monster function around, you could just use the whole shebang. You'd have to manufacture a sensible start and end date to pass into F_TABLE_DATE though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.