Questions tagged as 'datepicker'

1
answer

Datepicker. The Calendar is not opened in input text [duplicated]

I'm making a online booking website My question is this: If I select an entry date (check_in), which automatically checks out on check out date, I block ALL previous dates because it must be a higher date . Why do not I get the Datepic...
asked by 23.11.2017 / 10:37
0
answers

Datepicker Range Javascript and Django

I try to use the DatePicker tool from link in my project Django I wish that the date entered by the user was sent with method POST in my view, the problem is that I do not know anything about javascript and this is...
asked by 28.11.2017 / 16:05
1
answer

Classes (css) of Pickadate.js in Materialize

Good community, I have an inconvenience with pickdate I need to remove a css class from the calendar. The classes I want to disable are: 1) .picker__day - highlighted 2) .picker__day.picker__day - today In order to remove the color (green) as o...
asked by 10.09.2017 / 00:25
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
1
answer

Implement correctly Angular ui-bootstrap date picker

I just integrated the datepicker into a project but it does not work correctly. HTML <div class="form-group"> <label>Date</label> <p class="input-group"> <input typ...
asked by 08.07.2017 / 00:45
1
answer

Insert datetimepicker in input ... resist

Good morning, I'm trying in an input text so I can have the option to choose date and time with datepicker but I can not get it. I am going to put the code without the calls to datetimepicker so as not to mess it up anymore because the truth is...
asked by 12.07.2017 / 09:20
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
1
answer

How to add several datetimepicker

How can I add several datetimepickers without calling several functions? <!DOCTYPE HTML> <html> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <scri...
asked by 26.06.2017 / 02:31
1
answer

Select from a previous month forward using bootstrap datepicker

Hi, I am working with Bootraps DatePicker, I have managed to select months, as I could do so that the past months are disabled except one month prior to the current month, so it is selected from the previous month. $('#mescierre').datepicker({...
asked by 22.06.2017 / 00:39
1
answer

Modify the DatePicker style in WPF

In a Silverlight project I modified the visual design of all the controls by helping with Blend, ComboBox, TextBox, DatePicker, DataGrid, etc. and I saved it in a Dictionary of Resources.xaml and it works very well for the whole project. Now...
asked by 10.03.2017 / 16:50