I\'m trying to write a calendar function like this
function get_date($month, $year, $week, $day, $direction) { .... }
$week
echo date('Y-m-d',strtotime('last friday'));