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 resposta
  1. 24 de abr. de 2024, 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