How can I make it 2024-08-31 6:30 PM PDT like how the record is in my airtable base? I don't want that T or Z at the end and the seconds and the decimal to be shown either.
Solved
help with fillout date format
Best answer by TheTimeSavingCo
Try creating a formula field with DATETIME_FORMAT and SET_TIMEZONE and displaying that field:
https://support.airtable.com/docs/supported-timezones-for-set-timezone
DATETIME_FORMAT(
SET_TIMEZONE(
Date,
'America/Los_Angeles'
),
"LLL"
)

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
