chengwl %!s(int64=4) %!d(string=hai) anos
pai
achega
0a61f15f73
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      cron.php

+ 18 - 0
cron.php

@@ -0,0 +1,18 @@
+<?php
+$startdate="2018-01-17";
+$enddate="2018-02-17";
+$currentdate="";
+
+$date=floor((strtotime($enddate)-strtotime($startdate))/86400);
+echo $date;exit;
+
+
+
+
+
+
+
+
+
+
+?>