I’m restarting this thread because a previous thread was identified as a WeWeb bug in April, but has gone quiet.
I have some date fields in Airtable that are coming across as text fields in WeWeb:
Airtable
WeWeb
It’s a problem in my app, because it means I can’t filter using greater/less than a user-specified date, or do charts with a date axis, or do date sliders. (I have a workaround for the first problem, but not the second two.)
Is there a date field type in WeWeb? Is there a way of using it with Airtable date fields?
Dates are basically either strings (like ISO) or integers (timestamps).
In order to use those in functions, you can use WeWeb’s OOTB date functions. Can’t remember the details (on mobile now), but one of them can change it to timestamps if I remember correctly. That would certainly allow you to evaluate dates amongst each other.