vault backup: 2026-06-17 05:37:48

This commit is contained in:
2026-06-17 05:37:48 +02:00
parent d0fe9e15aa
commit 36bf746c3a
5 changed files with 68 additions and 29 deletions
+7
View File
@@ -59,3 +59,10 @@ FROM "Infos/Kontakte"
WHERE birthday.month >= 04 AND birthday.month <= 06
SORT birthday.month, birthday.day
```
```dataview
TABLE BDAY as Geburtstag, truncate(string(date(today) - BDAY),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE BDAY.month >= 04 AND BDAY.month <= 06
SORT BDAY.month, BDAY.day
```