Using Python:
How do we convert a series of dates W(Number)-Y(NUMBER) in the following format 'YYYY-MM-DD'
Example:
W01-16
W02-16
W03-16
...
To:
2016-01-04
2016-01-11
2016-01-18
...
Using Python:
How do we convert a series of dates W(Number)-Y(NUMBER) in the following format 'YYYY-MM-DD'
Example:
W01-16
W02-16
W03-16
...
To:
2016-01-04
2016-01-11
2016-01-18
...
Copyright © 2021 Jogjafile Inc.
Adapated from Get date from week number
%wfor day of week, giving1to be monday%Wfor week of year%yfor year on 2 digits