So, it appears that the date range picker on the form is sending the information to the server connect. The server connect is receiving it, but the start and end values are not being conveyed to their respective $_POST variables and as a result, no data is inserted into the database.
Just in case it is needed, I am using Nodejs and MySQL.
No, sadly, I have not been able to get the date range picker working @patrick. I was referring to the single date picker working as expected.
If it is not an issue with the date range picker, do you know of a reason why the data posted via the data range picker is not showing up in the “Set Values” or inserted into the database?
Have you tried formatting the data to be inserted to the same as your database datetime format? I’m sure we had an issue like this once upon a time… Not sure why we had to do this but seems to ring a bell. As a standalone input for a single date/time all was fine. Worth a shot @scott
I have a recollection of something similar. For all intensive purposes everything looked correct but for some reason the date and time were not being inserted. I’m an old man so my memory might be a little shady these days.
@scott,
Since your post values are sent ok and you get them in server side, I would first try a simple thing just to make sure that the insert is bevaving normally…