I have a string date value like “03.2021” (which means 3rd week of 2021), which needs to be converted into date. In this case, I need to have 22.01.2021 (which is the firday in 3rd week of 2021)
Can anybody help me to achieve this?
NB: I treid to find solution on this forum, but nothing really specific. Thanks in advance!