<?php $str = '01-2018'; list ($week, $year) = explode('-', $str); $d = new DateTime; $d->setISODate($year, $week); echo $d->format('c');
You have javascript disabled. You will not be able to edit any code.