Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$timestamp = date('Y-m-d');
|
||||
|
||||
// $day = date('l', $timestamp);
|
||||
echo date('Y-m-d', strtotime("+2 year", strtotime($timestamp)));
|
||||
|
||||
$date = strtotime(date("Y-m-d", strtotime($date)) . " +1 month");
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user