Help

Date shows wrong?

812 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Katrien_Verreze
4 - Data Explorer
4 - Data Explorer

Hello,
I want to show in a column very simply:
Last modified: 25/11/2020 14:30

‘Last modified’ is static text.
The date is ‘last modified time’ that is automatically updated when we edit the Airtable record.

Problem:
I created a formula column but it makes something very weird of the dates “2020-11-18T11:50:33.000Z”. Any ideas how to make the date appear normal?

Screenshot1 Screenshot2 Screenshot3

1 Reply 1
Julian_E_Post
8 - Airtable Astronomer
8 - Airtable Astronomer

Hi Katrien,
Welcome to the forum! In order to format your date a certain way when you use it in a formula like this, you can use the Date_Format function. In your case, it would look like this:

DATETIME_FORMAT({Last Modified},'DD/MM/YYYY HH:mm')

This page is a good reference for date formatting: https://support.airtable.com/hc/en-us/articles/216141218-Supported-format-specifiers-for-DATETIME-FO...