From @cegbuna
Another issue I've encountered is the inability to change the format of the date select box. I'm currently querying from SQL database via RMySQL and the date format it recognizes is '%Y-%m-%d %H:%M:%S'. When I select or pick a date in the date select box, it's in "%Y-%m-%d" and the SQL query doesn't recognize it. Is there a way to format the date select box to reflect the format RMySQL recognizes?
From @cegbuna
Another issue I've encountered is the inability to change the format of the date select box. I'm currently querying from SQL database via RMySQL and the date format it recognizes is '%Y-%m-%d %H:%M:%S'. When I select or pick a date in the date select box, it's in "%Y-%m-%d" and the SQL query doesn't recognize it. Is there a way to format the date select box to reflect the format RMySQL recognizes?