Advertisement
Guest User

Ryand

a guest
Feb 9th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $month = date('F', strtotime('1 Jan + ' . $title .' weeks'));//date('F', strtotime('2016-W200'));
  2. $monthResult = substr($month, 0, 3); // abcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement