Questions tagged as 'jquery-datepicker'

3
answers

Error datepicker in laravel 5.6

I am working with bootstrap datepicker in my application developed in laravel 5.6. It works fine, until I add the option of setStarDate and setEndDate when it starts to throw the error Uncaught TypeError: $(...).datepicker is not a function...
asked by 07.11.2018 / 16:10
0
answers

Complete a datetimepicker with the data of another

I have 2 datepicker: . The first one shows a date when a record was entered In the second the date of edition is shown How can I make the second datepicker show the same value as the first one by default and also change the data of the...
asked by 01.11.2018 / 17:54
1
answer

Error datepicker format JSP

Good this is my field to enter a holiday date, but the default format is like dd month, yyyy (27 September, 2018). <div class="row"> <div class="input-field col s4"> <input type="date" class="datepicker" id="fechainivac" onch...
asked by 27.09.2018 / 19:13
0
answers

DatePicker in Vue.js

I'm using Vue.js to make an application, but only the structure. In other words, to assemble the forms, plugins and others, I prefer to do it with Javascript or, failing that, with something already pre-designed with Jquery. It is the case of...
asked by 06.09.2018 / 17:47
1
answer

Problems loading datepicker inside a div col-lg-pull bootstrap

In the input that I enter date, use datepicker in the following way: <div class="col-lg-2"> <input type="text" class="form-control" title="" id="fechar"> </div> $(document).ready(function () { $("#fechar").addClass("d...
asked by 11.08.2018 / 06:36
1
answer

Problems with the JQuery-UI DatePicker Calendar, it stays open when setting a setDate when loading my page

I am using the function datepicker() of JQuery-UI and I have programmed it so that when loading my page it shows me the current date in an input HTML . JavaScript code $(document).ready(function(){ $("#fecha-ticket")....
asked by 08.02.2018 / 04:45
0
answers

jquery ui datepicker date range, how to make the second date is not automatic

Good times I need to know how to do so that when the user selects the date of entry, do not open the 2nd date. HTML <div id="fecha" class="col-xs-12 col-md-6 right block-right"> <div class="col-md-7 col-xs-...
asked by 02.02.2018 / 22:03
1
answer

Why do I move the datepicker or select combobox with the scrollbar when I scroll to a panel?

I have a panel with a scroll and inside them a datepicker and combobox, what happens is when I scroll the datepicker and the select ones move with the scroll remaining as in the air     
asked by 15.09.2017 / 06:07
0
answers

datarangepicker with jquery or bootstrap?

Well community, I've been trying for several hours to get the libraries of daterangepicker to insert that function on my page, and nothing that I could. These are my links in the head: <script type="text/javascript" src="//cdn.jsd...
asked by 05.08.2017 / 17:09
2
answers

Any way to expedite these datepickers?

I need to use 16 datepickers on a single page, but when I open the page it takes me a while to load, even testing locally with the JS and CSS (datepicker-bootstrap.js, datepiker- bootstrap.css, etc) in the same folder, not referenced from the...
asked by 26.06.2017 / 00:42