Help

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

Date field, adding day format

cancel
Showing results for 
Search instead for 
Did you mean: 
marlenebarrios
1 - Visitor
1 - Visitor
Status: New Ideas
What is the proposed idea/solution?
Would love for the date field to have a new format (Day, month/day/year).

Example: Friday, September 19, 2024. 

How does is solve the user problems?
It would be super helpful so folks aren't having to switch back and forth between a calendar to see which day lands on that specific date. Our team uses Airtable a lot, and we've been having to create a separate text line to write out the day of the week. Would be much easier if the date format included day. 
How was this validated?

 

...

Who is the target audience?

...

1 Comment
TheTimeSavingCo
18 - Pluto
18 - Pluto

Yeap, having that as a selectable date format would be nice.  If they let us just customize the date format the same way we can with DATETIME_FORMAT that'd be great too

Just checking, but when you say "text line to write out the day of the week", you mean a formula field right?

Screenshot 2024-09-20 at 10.43.59 AM.png

DATETIME_FORMAT(
  Date,
  "dddd, MMMM DD, YYYY"
)