Good afternoon, I'm returning from the database the number of the week in the year.
["data_hora"]=>
string(16) "19/11/2018 15:26"
["num_semana"]=>
string(2) "47"
Where in week is the week number of the year that the date 19/11/2018 is inserted. I need a way to get the first day of week 47 (Sunday) and the last day (Saturday). Anyone have any ideas how I can do this.