Questions tagged as 'jquery-datepicker'

2
answers

Validate DatePicker Jquery

I am validating my form with formvalidation , the date is only Valid if I write it, if I choose it from the calendar, it is not valid. If you can help me validate it, I would appreciate your help. I use the datepicker from Jquery. Form fie...
asked by 06.06.2016 / 22:05
2
answers

Default date in an input

I have this snippet of code that shows a datepicker with the use of Jquery $(function () { $('#orderDate').datepicker({ dateFormat: 'dd-mm-yy' }) }) $("#orderDate").datepicker().datepicker("setD...
asked by 24.05.2017 / 11:39
0
answers

Datepicker jQuery

I have a problem with Datepicker of jQuery-UI, when selecting the date the event is not executed (change), my application is made in AngularJS 4, and when the date is modified, it executes a method in my class, but with datepicker I can n...
asked by 14.05.2018 / 23:16
1
answer

How to change variable data in glDatepicker?

Good morning community of programmers, I have a problem and it is the following, I have the following code: $(document).ready(function(){ $('#mydate').glDatePicker( { showAlways: false, hideOnClick: true, allowMont...
asked by 17.05.2018 / 19:10
2
answers

How to limit an interval of 7 jQuery days?

I have the following code, my question is: How can I limit so that the date is only 7 days backwards or 7 days ahead? $(document).ready(function() { $('#fecha1').datepicker({ startDate: '2015-12-01', format: 'YYYY-MM-DD' });...
asked by 12.04.2018 / 20:12
0
answers

How can I combine jQuery Multidatespicker to bootstrap datepicker?

I am trying to make a page in which there are several possibilities to include dates and to see the drop-down ones of them. Until now I was using the jquery-ui multidatespicker plugin to display a complete calendar and select multiple dates....
asked by 18.02.2018 / 18:59
1
answer

Pass the checkbox of a form to a php with date and time picker

I want to pass several checkbox values from one form and visualize ourselves in another php file. I have 3 options: Entry Pass Exit Pass Missing When you select Input Pass and Output Pass I have two variables chk[] that allow m...
asked by 12.09.2016 / 02:24
2
answers

Get today's date with jQuery datepicker UI

How can you get the current pre-selected date, with .datepicker () ? This is the code I have so far: <script> $(function () { $.datepicker.setDefaults($.datepicker.regional["es"]); $("#datepicker").datepicker({...
asked by 15.04.2016 / 21:28
1
answer

I can not define multiple script tags

I have the following code <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />...
asked by 01.11.2017 / 20:06
2
answers

Set up correctly the JQuery datepicker

What happens is that I am implementing a calendar in my application, for that I use JQuery, but at the time of the settings is where the problem arises and is that it does not let me select the full date, only the year and later this is hidden a...
asked by 19.10.2018 / 15:46