Filtering dates in weweb table view

I have a table that has a date column in weweb tables. In wewebs documentation it says “If your table has date or date/time columns, the filter modal includes conditions designed for dates (for example “Is before”, “Is after”, “Is between”, and relative options like “Last 7 days” when available).

Use these for “Recent activity” style views.”

but none of these date filter options actually exist in any of the filters.

Can someone please help me with knowing how to filter dates like todays date, tomorrows date etc.

Also when creating wewebs date column there is a toggle for if the column should include time, I turned it off and the column still adds the time and when I select a date in the date picker when inserting a new row, it always adds the date before the date I choose and sometimes a random date I don’t know how it came up with.

Ah, sorry about this @Danny! It’s a mistake on our side: it was a feature that we planned for the release but didn’t get a chance to push to production yet. We’ll update the user docs.

In the meantime, this type of filtering with < and > operators should work for “is before”, “is after”, “is between” type of filters:

And, for the “Last 7 days” specifically, this should do the trick :slight_smile:

thank you so much for the reply and video, ive been up all night working on trying to figure it out. I literally about 5 minutes ago before your reply figured out another way I think by using a formula in a filter. For today it seems the date() operator works and for tomorrow the addDays(date(),1) is working. I can go to sleep now lol

thanks again

haha beautiful! sweet dreams! :grinning_face_with_smiling_eyes:

i just watched your video and that was the fix :slight_smile:

one more quick thing, the only other issue im trying to solve is in a weweb table when I insert a new row and select the date, it always shows the date before the date I select regardless if I select today. I cant find any time zone setting and I tried the getBrowserTimezone operator thinking that might fix it but it shows the timezone im in (America/Chicago, CST). Im sure im doing something wrong

I’m not sure I understand the issue. Would you mind rephrasing and sharing a couple of screenshots?

When I select a date in the date picker while inserting a new row, the displayed date is always one day earlier than the date I selected.

Oh, okay! I’m guessing this is a bug on our side due to some timezone/format we’re applying by default.

I wasn’t able to reproduce it on my side. Would you mind creating a bug ticket here with info on how to reproduce so the team can investigate further?