Eventi: filtro data mettere da oggi ... (senza limite)

This commit is contained in:
Surya Paolo
2022-12-02 13:31:47 +01:00
parent 9b7b25e657
commit 93abed1e8b

View File

@@ -1682,8 +1682,9 @@ export const useGlobalStore = defineStore('GlobalStore', {
const obj = {} const obj = {}
arr.push(this.getItemDate(1, -30, 30, 'Eventi Passati')) arr.push(this.getItemDate(1, -30, 30, 'Eventi Passati'))
arr.push(this.getItemDate(2, 0, 14, 'Da Oggi a 2 sett.')) arr.push(this.getItemDate(2, 0, 365, 'Prossimi Eventi'))
arr.push(this.getItemDate(3, 14, 60, 'Eventi Futuri')) // arr.push(this.getItemDate(2, 0, 14, 'Da Oggi a 2 sett.'))
/// arr.push(this.getItemDate(3, 14, 60, 'Eventi Futuri'))
// console.log('Days', arr) // console.log('Days', arr)