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...
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...
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...
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...
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...
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...
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',...
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">
&...
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
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...