Questions tagged as 'datepicker'

1
answer

Problems with my datetimepicker time

I'm creating a calendar and I do not want to allow you to select past dates, in the js I'm placing the following: <script> $('.datepicker-default').datetimepicker({ language:'es', daysOfWeekDisabled: [0, 6], todayHig...
asked by 23.04.2018 / 21:09
1
answer

VB.net Wrong format when sending DateTimePicker

I am doing a program in .Net , to automate the loading of data in a web page (which I can not modify the code). The problem happens when I send the date to the web. As you can see in the following code, you should send the date in the format...
asked by 27.05.2016 / 18:12
1
answer

I need to do bootstrap / 3.3.6, jquery2.2.0 live with jquery-1.12.4. and jquery-ui.js to use datepicker.de jquery-ui

I can not get the following code to work properly for me if you did not comment on the line link ">. What I'm doing is a test that I must include in an application that is already using boostrap and this version of jquery. I want to i...
asked by 14.06.2018 / 10:43
1
answer

Validate reservation entry and exit range. Bootstrap datepicker

My problem is basic. I have a reservation system where enter the date of entry and exit. I have validated that the departure date can not be less than the entry date and the entry date can not be greater than the departure date and when they mod...
asked by 18.03.2018 / 02:29
2
answers

Get a date with 'YYYY-MM-DD' format in JavaScript from a Datetime picker

Good morning. I have a Datetime picker in a form to select a date and I need 30 days to add it and the result appears in a input with 'YYYY-MM-DD' format. I capture the value in the event 'onChange' of Datetime picker . The problem co...
asked by 31.05.2017 / 16:14
2
answers

Show daterangepicker "inline" inside a div, without drop-down

I am doing a filtering in a list and I would like to include the calendar with the possibility of selecting a range of dates as the daterangepicker provides in the column on the left as I show you below. I have not found any option to k...
asked by 05.12.2018 / 11:22
1
answer

Display datetimepicker up

How do I do to display a datetimepicker up immediately above the input that displays it? How should I initialize it? Use bootstrap 3.3.7. For now I only have it initialized in this way: $("[id^='Date']").datetimepicker({ locale: 'es',...
asked by 30.11.2017 / 23:25
2
answers

How can I get the date of a datepicker using angular 2?

I have a datepicker and I need to get the date to save it but I have no idea how to do it, if someone can, I attach the plugin code <div class="col-md-4"> <div class="form-group"> &...
asked by 18.07.2017 / 17:10
1
answer

Highlight expired dates in input date

Is it possible to list dates, highlight those that are due? To make it easier to locate them. For example 2016-10-29 2016-10-01 2016-10-29 2016-10-29 2016-10-29 2016-10-29 That the date 2016-10-01 is highlighted in red     
asked by 18.10.2016 / 21:04
1
answer

Error with the language using Bootstrap DatePicker

I have a form and I am using DatePicker with Bootstrap to select dates. I do not know why the calendar does not appear in Spanish. This is my code, the calendar appears in English, but I want it in Spanish: <head> <link rel="stylesh...
asked by 23.02.2016 / 02:15