I have a datepicker on my site - In the head i include a load of js files and then in the body all that is needed is to write :
<form class="form-horizontal row-border" action="#">
<div class="form-group">
<div class="inlinepicker datepicker-liquid"></div>
</form>
When the page is loaded, the DatePicker renders and is interactive and you can select a date, i just have absolutely no idea how to get an output from it? Im used to <input name='abc'>
in order to get outputs from forms and pass to php files etc.
What i need to do, is to get the output from the form and pass through to a php file which will do a few things with it.
Could someone please offer any advice? D:. Thanks.