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

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