<?php $year = "2017"; // Year 2010 $week = "02"; // Week 1 $date1 = date( "l, M jS, Y", strtotime($year."W".$week."0") ); // First day of week echo $date1;
You have javascript disabled. You will not be able to edit any code.