This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
|||||||
v.nexxt?
|
v.nexxt?
|
||||||
charts lib at server?
|
charts lib at server?
|
||||||
|
|
||||||
|
|
||||||
DateTrunc https://www.postgresqltutorial.com/postgresql-date_trunc/ will respect changes of month or year or whatever so this works
|
DateTrunc https://www.postgresqltutorial.com/postgresql-date_trunc/ will respect changes of month or year or whatever so this works
|
||||||
|
|
||||||
SELECT row_to_json(t) as res from (
|
SELECT row_to_json(t) as res from (
|
||||||
@@ -330,4 +330,8 @@ function populateSelectionLists(vm) {
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
var crit=(string)options.Criteria["dateRange"];
|
||||||
|
|
||||||
|
*/
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user