Date Picker Problem #678
sankrish1111
started this conversation in
BUG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using flatpickr for datepicker in powergrid
When I am picking the range from 2022-06-04 to 2022-06-10. The query is executed like below
select * where
status
= 'closed' and ((pledge_date
between '2022-06-03 18:30:00' and '2022-06-10 18:29:59')) order byid
desc limit 10 offset 0The response from network ajax is
date_picker
:
{pledge_date: ["2022-06-03T18:30:00.000000Z", "2022-06-10T18:29:59.999999Z"]}
pledge_date
:
["2022-06-03T18:30:00.000000Z", "2022-06-10T18:29:59.999999Z"]
0
:
"2022-06-03T18:30:00.000000Z"
1
:
"2022-06-10T18:29:59.999999Z"
Please Help Me To Solve This Issue
Especially special advance thanks to @dansysanalyst @luanfreitasdev
Beta Was this translation helpful? Give feedback.
All reactions