[Remind-Fans] Calculate difference between dates

Dianne Skoll dianne at skoll.ca
Wed Jul 19 12:12:43 EDT 2023


On Wed, 19 Jul 2023 12:00:58 -0300
"B. William via Remind-fans" <remind-fans at lists.skoll.ca> wrote:

> FSET yr(y) "" + ord($Ty - y) + ""

You don't need to concatenate the empty strings; they do nothing.

    FSET yr(y) ord($Ty - y)

is sufficient.

Regards,

Dianne.


More information about the Remind-fans mailing list