Hi I'm using this
datepicker
with the following code which works great
-
<script
type="text/javascript">
-
$(function () {
-
$('#end_time').datetimepicker({
-
format: 'LT'
-
});
-
});
-
</script>
but how do i
use the show function so it shows on the page without me having to
click on the input field. Ive linked the documentation in the link above.