domains/infocastfn.com.js
authorleon <leon@roojs.com>
Mon, 25 Apr 2022 02:24:43 +0000 (10:24 +0800)
committerleon <leon@roojs.com>
Mon, 25 Apr 2022 02:24:43 +0000 (10:24 +0800)
domains/infocastfn.com.js

index 22bc562..8a33594 100644 (file)
@@ -10,7 +10,7 @@ function getParameterFromURL(name) {
 }
 
 var today = new Date();
-var fromDate = new Date(today.getFullYear(), today.getMonth(), today.getDate());
+var fromDate = new Date(today.getFullYear(), today.getMonth(), today.getDate() - 3);
 var toDate = new Date(today.getFullYear(), today.getMonth(), today.getDate() + 1);
 
 path = window.location.pathname.split("/");