REMIND: Adds some birthdays and a years function

The years function takes a year and returns the number of years since
then. This is currently used so Remind can tell me how old people are on
their birthdays but could also be used for anniversaries.
Jonathan Hodgson 4 years ago
parent b899570d32
commit 5b722fc28e
  1. BIN
      remind/.local/share/remind/birthdays.secret.rem
  2. 3
      remind/.local/share/remind/functions.rem

@ -0,0 +1,3 @@
# Function to calculate how many years since a date
# Useful for birthdays, anniversaries etc.
FSET years(y) ($Uy-y)
Loading…
Cancel
Save