Skip to main content

how do i turn a date in a column in airtable into a year in another column


Example: I have a date: 3/28/2018 in one column. And I want a new column to read: 2018.

You would use this formula:


YEAR({Date Field})


You can find the full list of Date & Time functions on this page:



Reply