Skip to main content
ARYAN YADAV (Accenture) 님이 #Formulas에 질문했습니다

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일 오전 4: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