Search This Blog

Saturday, 31 October 2015

Get a date after 10 days from current date in PHP.

<?php

 echo date('M d, Y', strtotime('+10 days') );

?>

No comments:

Post a Comment