Jul 26, 2023 12:00 PM
So I found a formula someone else made that does exactly what I need it to do. I need to display the dates of certain events as "week of" so I can group the event by the week and see how many posts are made during the week. The problem with the formula is it makes the "week of" appear as Apr 3, 2023, when I need it to say 04/03/2023. The formula is:
Solved! Go to Solution.
Jul 26, 2023 12:12 PM
If you change the 'll' to point 'l' you should get the result you need.
https://support.airtable.com/docs/supported-format-specifiers-for-datetime-format
Jul 26, 2023 12:12 PM
If you change the 'll' to point 'l' you should get the result you need.
https://support.airtable.com/docs/supported-format-specifiers-for-datetime-format
Jul 26, 2023 12:39 PM
Thank you so much! Worked like a charm.