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.
master
Jonathan Hodgson 4 years ago
parent b208c53298
commit ae97e15af8
  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