Feb 20, 2023 10:35 PM
Hello Airtable Community,
Question: My main field (first left field) is the "Date", next field is "Day of the Week" (single select). Is it possible to automate "Day of the Week" field so it would automatically choose the day based on the calendar date input in the "Date" field?
Thank you in advance for your help
Solved! Go to Solution.
Feb 21, 2023 04:27 AM
Feb 21, 2023 04:49 AM - edited Feb 21, 2023 04:50 AM
Feb 21, 2023 04:27 AM
Feb 21, 2023 04:47 AM
Thank you, this path is a partial solution, now it shows the day of the week but in a weird format "1 - Monday", not sure how to get rid of "1 -" in the beginning
Feb 21, 2023 04:49 AM - edited Feb 21, 2023 04:50 AM
DATETIME_FORMAT({Date Field}, 'dddd')
Just use this ^^^
Feb 21, 2023 04:56 PM
This is exactly what I was looking for, thank you very much, you are a creative mind