Softr DB formula query for date format

AI has written a formula for me (same as I would):

DATETIME_FORMAT({Booking Date}, "dddd")

but the result is always an empty formula field (the Booking Date field contains valid dates on every row). What else can I try (to see day of week)?

@Jjenglert I do confirm this strange behaviour, bug here :thinking:

@matthieu_chateau and @MarkSchofield what would you like to get with “dddd” ?

thanks @artur

This is what happens in Airtable when using the formula DATETIME_FORMAT({due date}, "dddd") - formula field “Day of the Week”

1 Like

pls try DATETIME_FORMAT({due date}, "EEEE")

2 Likes

"EEE" is abbreviated (Mon, Tues)

"EEEE" is full (Monday, Tuesday)

To note that Softr’s “help write formula with AI” will need to be updated to reflect this syntax in place of “dddd”.

Thanks @artur

Going to instruct AI to be smarter about those…

1 Like