Hello,
I have a base that has the date and time in one field, I have created another field and I would like to have that field enter the YYYY from the date time field using a formula.
Would anyone know what the formula would be?
Thanks in Advance!
Hello,
I have a base that has the date and time in one field, I have created another field and I would like to have that field enter the YYYY from the date time field using a formula.
Would anyone know what the formula would be?
Thanks in Advance!
Best answer by Kamille_Parks11
You can use either of these:
YEAR({Date Field})
or
DATETIME_FORMAT({Date Field}, 'YYYY')
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.