vault backup: 2026-06-17 05:37:48
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user