Nov 13, 2022 11:35 AM
When I build an Interface with my data, the date format shows up differently from how I’ve set it up in the data in the original Base and my system preferences on macOS.
Date in Base
Date field setting in Base
Date and time setting on macOS
Date on Interface
Nov 13, 2022 12:21 PM
@MK2000 It seems like the only current option for charts.
Nov 13, 2022 12:29 PM
@MK2000 I’m not looking at it right now, but it’s possible that you can create a formula field to display on the X-Axis with the date formatting that you want.
Nov 14, 2022 08:43 AM
Thank you for your response, @ScottWorld. I created an additional column called “Formatted Date” which pulled data from the “Date” column and set the format to ISO. The result is the same on Interface:
Nov 14, 2022 08:46 AM
No, I meant create a formula field with a formula like this:
DATETIME_FORMAT({Date_Field},'YYYY-MM-DD')
Nov 14, 2022 09:03 AM
That seems to have fixed the formatting issue although based on how it’s displaying the date from every single data point, I think it’s treating it simply as a string as opposed to a date.
Nov 14, 2022 09:18 AM - edited Jun 28, 2023 03:48 AM
Unfortunately, that’s the best you’ll be able to get. I would send an email to support@airtable.com to ask them to give us date formatting options in the interface designer.
Since Airtable has failed us in these regards, your best bet would be to build your charts & graphs in some other tool, such as Google Sheets or Microsoft Excel or DataBox or any other chart-creating tool that you can find on the web.
Then, use Make to send your data from Airtable to one of those other tools. There can be a bit of a learning curve with Make, which is why I created this basic navigation video for Make, along with providing the link to Make’s free training courses. There are also many Make experts hanging out there who can answer other Make questions.