I am trying to identify the month number from a given week and year number (both are user inputs). The script needs to be written in python. eg - 1) Yr 2017, Wk 12 results in Month# 3 2) Yr 2017, Wk 32 results in Month#8 and so on
I am a newbie and searched for all date time examples, still no clue. Any ideas? Would really appreciate the help. Thanks in advance!