Help

Re: Extract Year from a Date Field

Solved
Jump to Solution
2910 0
cancel
Showing results for 
Search instead for 
Did you mean: 
CottageKeeper
6 - Interface Innovator
6 - Interface Innovator

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!

1 Solution

Accepted Solutions
Kamille_Parks
16 - Uranus
16 - Uranus

You can use either of these:

YEAR({Date Field})
or
DATETIME_FORMAT({Date Field}, 'YYYY')

See Solution in Thread

3 Replies 3
Kamille_Parks
16 - Uranus
16 - Uranus

You can use either of these:

YEAR({Date Field})
or
DATETIME_FORMAT({Date Field}, 'YYYY')

CottageKeeper
6 - Interface Innovator
6 - Interface Innovator

Thanks Kamille - You’re Awesome!

Thank you for this, how would I go about getting the Month (name not number)  = as similar formula

We organize our reports rollup by month.  I have a manual method right now but I would love to have an automated formula that created JAN/FEB/MAR etc so when I create a report - it prints out the Month Name not the Month Number