I have a data source that only provides a week number for the content.
I need to generate the date for the Monday in that week.. I have found examples of how to get the date for something that is specific to date but nothing that references a number that equals the WeekNum.
DateAdd(Today(), 1 - Weekday(Today(), StartOfWeek.Monday), TimeUnit.Days);
Any guidance is appreciated.
Cheers