Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

Another date format

cancel
Showing results for 
Search instead for 
Did you mean: 
Gokul_Kumar
6 - Interface Innovator
6 - Interface Innovator

Hi,
Would it be possible to have this date format 6 August 2016
Currently August 6 2016 is available, but it would help to have this as option…

1 Comment
Arlo_Haskell
7 - App Architect
7 - App Architect

You can use a formula field to modify the format of an existing date field. The formula in your case would look like this:

DATETIME_FORMAT({Your Date Field Here}, ‘D MMMM YYYY’)

More about this here: https://support.airtable.com/hc/en-us/articles/216141218-Supported-format-specifiers-for-DATETIME-FO...

Hope that helps!