Initial commit

This commit is contained in:
melzubeir
2017-05-26 15:17:48 +04:00
commit 1f43248510
254 changed files with 72319 additions and 0 deletions
+10
View File
@@ -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");
?>