Hi All,
I have a problem.
Input date has a string field having values something like this - 1733B
It means - Year 2017, 33rd week, and B is Monday ( week starts from Sunday).
I have to change this string to a date i.e 2017/08/14 (YYYY/MM/DD)
Can anyone pls suggest how to achieve this.
Regards
Himanshu
Solved! Go to Solution.
Excellent LordNeilLord.
Thank you very much for this.