chengwl 4 년 전
부모
커밋
0a61f15f73
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  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;
+
+
+
+
+
+
+
+
+
+
+?>