I have require first sunday date of every month using php code.
please can help me.
getSunday();
This is the best way to get first Sunday of the month
echo date("Y-m-d", strtotime("first Sunday of ".date('M')." ".date('Y').""));