Is there an easy way in Vortex to calculate the first and last days of a given week (number). For example, if I know that the current week is week no. 50, how can I calculate that Monday is the 11th December and Friday is the 15th?
(The other way around is easy enough, but I can't figure how to arrive at a timestamp from just the week number...)
(This version calculates the previous Friday and the following Thursday of the current week, simple because that's the date range we use, but could easily be ammended to do Mon-Fri or Mon-Sun etc)...