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.
parent
b899570d32
commit
5b722fc28e
2 changed files with 3 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,3 @@ |
||||
# Function to calculate how many years since a date |
||||
# Useful for birthdays, anniversaries etc. |
||||
FSET years(y) ($Uy-y) |
Loading…
Reference in new issue