Skip to main content

Hello everyone,

I have a person Age field which is getting calculated correctly according to birthdate, but lets say today person age is 17 and tomorrow is the birthdate of that person, it should turn 18 tomorrow, that is not happening with this. Today() we are using in Age formula field, will this today() don't get updated everyday ?

1 个回答
  1. 2024年4月24日 04:15

    Hey @ARYAN YADAV. note:  TODAY() returns the current date.

    You can use the NOW() function in your formula which returns a datetime representing the current moment 

0/9000