parent
fc5a8cfe4f
commit
7294d0fc2f
2 changed files with 2 additions and 0 deletions
@ -1,3 +1,5 @@ |
|||||||
# Function to calculate how many years since a date |
# Function to calculate how many years since a date |
||||||
# Useful for birthdays, anniversaries etc. |
# Useful for birthdays, anniversaries etc. |
||||||
FSET years(y) ($Uy-y) |
FSET years(y) ($Uy-y) |
||||||
|
FSET birthyear(y) ("(" + years(y) + " Years Old)") |
||||||
|
FSET marriageyear(y) ("(" + ord(years(y)) + " Anniversary)") |
||||||
|
Binary file not shown.
Loading…
Reference in new issue