Skip to main content

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…

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-FORMAT


Hope that helps!


Reply