Replies: 1 comment
-
I think it works because "YYYY-MM-DD" is also the format in which the dates are saved in your database. For date filtering you should use a filter, for example: This package works great for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Let say that I am trying to find the first row by searching the birthdate .
If my search is: 2021-09-08 I will successfully find the patient which is the first row on the above image
If I search the date in my locale which is 08-09-2021 it will not find any result.
How can I overcome this issue ?
Thanks
Pampos
Beta Was this translation helpful? Give feedback.
All reactions