diff --git a/remind/.local/share/remind/functions.rem b/remind/.local/share/remind/functions.rem index 4ba084f5..984cd81f 100644 --- a/remind/.local/share/remind/functions.rem +++ b/remind/.local/share/remind/functions.rem @@ -1,3 +1,5 @@ # 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)") diff --git a/remind/.local/share/remind/yearly.secret.rem b/remind/.local/share/remind/yearly.secret.rem index e1c9192b..3e4e8289 100644 Binary files a/remind/.local/share/remind/yearly.secret.rem and b/remind/.local/share/remind/yearly.secret.rem differ