Any hint,
howto create a query for birthdays within 30 days in Lua?
for example
for every person a note with frontmatter
---
Birthday: 2002-08-11
Name: Eugen Brown
tags: birthday, personen
---
A query which uses current date and searches birthdays within 30 days.
Also within same month would help.
br