Questions tagged as 'datepicker'

1
answer

Receive date from the datapicker

I'm creating a site where I have a datapicker with the following site I wanted it to save when fetching the date that was chosen from the datapicker that appears instead of the date of the textbox.     
asked by 02.05.2018 / 13:03
1
answer

receive date from the datapicker as a Date

I placed on my site in asp.net the datepicker of this site and I want to receive the value as Date instead of String, so that it does not trouble with the date type of other countries. /* Brazilian initialisation for the jQuery UI date...
asked by 02.05.2018 / 17:37
1
answer

Toggle a select and a datapicker

I'm trying to implement a field that can be a select or a datepicker . But inserting the code into <div> causes the datepicker to stop working. I leave the code below for anyone who can help me. <!doc...
asked by 05.03.2018 / 20:59
0
answers

Error while selecting date focused on bootstrap datepicker

I'm using the bootstrap datepicker version 2.0. // Expected Behavior When you type a day it gets focused on the calendar so when you click on this focus day, you have to fill in the date. // Real behavior When you type a day it gets...
asked by 30.11.2017 / 19:59
0
answers

Angular - capture datapicker value

Hello, I have a problem with an angled application 2, I have 2 Datepicker <input type="text" data-date-format="dd/mm/yyyy" class="form-control pull-right" ng-model="ctrl.campanha.dataInicial" id="datepicker1" ng-init="initDatepicker1()">...
asked by 03.10.2017 / 15:58
1
answer

Exchanging project API

Error whenever I change API 24 to API 15, API 16 or API 19.     
asked by 06.10.2016 / 04:18
1
answer

Bootstrap Datepicker with CodeIgniter

Good night class, I'm in a PHP project in CodeIgniter, where I'm already using Bootstrap and Morris.js (graphics). I need to implement the Datepicker now, and doing the same way it already worked in a test without CodeIgniter is not working....
asked by 07.07.2016 / 02:54
0
answers

Problem with event keyup

In this script, I'm getting a start date from datepicker , and I'm adding the week that the guy types in with another 5 days. The problem is that it only applies this rule on the first date that I select. If I select another start date, it...
asked by 06.05.2015 / 20:44
0
answers

Showing only one day in Datapicker

I have 2 datapickers, how do I show only that day I store? code: $("#data-retorno").datepicker({ dateFormat: 'dd/mm/yy', dayNames: ['Domingo','Segunda','Terça','Quarta','Quinta','Sexta','Sábado','Domingo'],...
asked by 28.04.2015 / 20:40
1
answer

JqGrid Error saving data field via Datepicker

I have a problem that when saving a field via datepicker, the same instead of sending the value, sends the same via input, this case is only in cases where the enter button is not pressed. $(function () { jQuery("#grid").jqGrid({...
asked by 12.02.2014 / 19:09