Dotfiles/remind/.local/share/remind/functions.rem
Jonathan Hodgson 7294d0fc2f REM: Created birthday and anniversary specific functions
Then uses them in the yearly file
2020-11-19 14:38:44 +00:00

5 lines
229 B
Text

# Function to calculate how many years since a date
# Useful for birthdays, anniversaries etc.
FSET years(y) ($Uy-y)
FSET birthyear(y) ("(" + years(y) + " Years Old)")
FSET marriageyear(y) ("(" + ord(years(y)) + " Anniversary)")