<?php

$d = new DateTime('first monday january '.date('Y'));
echo $d->format("W");

