[PHP] How to get monday on certain date
I want to get monday on certain date.
Here is the code:
<?php
$the_date = "2013-11-27";
print date('Y-m-d', strtotime(date('o-\\WW', strtotime($the_date))));
?>
The result is:
2013-11-25
Written by Aris Priyantoro
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#