Photo of Austin Spooner

0

Age in months

We are wondering if there is a way to get the age (in months) of a child using lava. Our nursery team would like to have on the child check-in tag the age of the child in months. Any thoughts on how to do this?

  • Photo of Austin Spooner

    1

    Thanks to a bit of help... I figured this out - if anyone is wondering you can use this as a merge field - {{ Person.BirthDate | HumanizeDateTime | Remove:'ago' }}

  • Photo of Michael Garrison

    0

     Alternately, {{ Person.BirthDate | DateDiff:'Now','M' }}