table file.ctime as Created, file.mtime as Modified
from "your daily notes folder"
where date(today) - file.day <= dur(7 days)
Try this one, file.day works for me.
table file.ctime as Created, file.mtime as Modified
from "your daily notes folder"
where date(today) - file.day <= dur(7 days)
Try this one, file.day works for me.