This commit is contained in:
2020-03-04 00:23:14 +00:00
parent 1631e6b39b
commit f0edaf3829

View File

@@ -40,6 +40,7 @@ export default {
if (token == null || token.length == 0) {
throw "relative-date-filter-calculator: date token is null or empty";
}
//Luxon object: window.$gz.DateTime
var dtStart = new Date();
var dtEnd = new Date();
switch (token) {
@@ -52,7 +53,7 @@ export default {
//new functions above here
};
//LUXON MATH: https://moment.github.io/luxon/docs/manual/zones.html#math-across-dsts
// //############################################################### OLD SERVER FILTERING CODE ##########################