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:
parent
b208c53298
commit
ae97e15af8
2 changed files with 3 additions and 0 deletions
Binary file not shown.
3
remind/.local/share/remind/functions.rem
Normal file
3
remind/.local/share/remind/functions.rem
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Function to calculate how many years since a date
|
||||
# Useful for birthdays, anniversaries etc.
|
||||
FSET years(y) ($Uy-y)
|
Loading…
Add table
Add a link
Reference in a new issue