php weekday number code example
Example 1: php check weekday of date
$dayofweek = date('w', strtotime($date));
$result = date('Y-m-d', strtotime(($day - $dayofweek).' day', strtotime($date)));
Example 2: php timestamp format
date("d.m.Y", strtotime($mysqltimestamp)