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.
This commit is contained in:
Jonathan Hodgson 2020-10-11 13:08:38 +01:00
parent b208c53298
commit ae97e15af8
2 changed files with 3 additions and 0 deletions

View file

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