const now = Date.now();
//filter…
$w(‘#dataset4’).setFilter(wixData.filter()
.ge(‘datumTot’ , now )
.lt(‘datumTot’, now + 7 * 24 * 60 * 60 * 1000)
)
const now = Date.now();
//filter…
$w(‘#dataset4’).setFilter(wixData.filter()
.ge(‘datumTot’ , now )
.lt(‘datumTot’, now + 7 * 24 * 60 * 60 * 1000)
)