First date of a week

后端 未结 4 1114
深忆病人
深忆病人 2021-01-06 13:49

I want a First Day Of a week say I have 45th week. Now I want to have date of the first sunday of this week. Can any one suggest me how I can go about this ?

Thank

4条回答
  •  难免孤独
    2021-01-06 13:58

    date($str_format, strtotime($year."W".$week."1"))

    Where $str_format is the output formate according to the PHP date() function.. I use 'M d Y'

提交回复
热议问题