Solved
How can we filter based on only month and day using queryFilter?
Hello,
The data in my database is of form yyyy-mm-dd. While filtering data, I want to ignore the year. How can I do it?
Thanks.
Hello,
The data in my database is of form yyyy-mm-dd. While filtering data, I want to ignore the year. How can I do it?
Thanks.
That is not possible out of the box. I suggest to implement a view in database which puts day, month and year into separate columns. Then you can filter on this. In case your data volume is large, consider performance tests.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.