Skip to content

Instantly share code, notes, and snippets.

@turtlix
Created May 13, 2016 00:53
Show Gist options
  • Save turtlix/f557438634ac06ec9ed0966ac3617149 to your computer and use it in GitHub Desktop.
Save turtlix/f557438634ac06ec9ed0966ac3617149 to your computer and use it in GitHub Desktop.
<?php
function weeknumber($ddate){
$date = new DateTime($ddate);
return $date->format("W");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment