how to filter date string #1513
yoedusvany
started this conversation in
General
Replies: 1 comment 4 replies
-
@yoedusvany - You'd need to convert it into something the database you are using can work with. Scott |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, how can I filter by date field when I'm receiving a string like this:
filter: {dateField: {operador: '2022-10-10'}}
I need to filter documents by "gte" date
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions