hi !!
i would like to know how can i use de the “DateTimeInput” and connect it with a php query… ok the idea is to take the content of the datetimeinput and send it to my table in mysql through a php query
Set the “name” attribute of the jqxDateTimeInput’s DIV tag. If the jqxDateTimeInput is in a Form tag then in the PHP code, you can simply get its current value by using the PHP’s $_GET[“datetimeinputname”] or $_POST[“datetimeinputname”], where datetimeinputname is the value of the “name” attribute. Note, that you should use jQWidgets 2.5.