Most voted "datepicker" questions
A graphical interface element that allows the user to choose a date/time, usually represented by a calendar. Date/time is selected by clicking/tapping the day.
Learn more…161 questions
Sort by count of
-
1
votes0
answers36
viewsProblem with Event keyup
In this script, I’m picking a start date of a datepicker, and to her I’m adding the week that the guy type with another 5 days. The problem is that he only applies this rule on the first date I…
-
1
votes2
answers60
viewsDatepicker not render next months?
We have this example: http://jsfiddle.net/3eBLH/. When I click on the month of May, it renders the next 2 months. There’s a way to disable it?…
-
1
votes1
answer284
viewsProblem with Datepicker Angularjs
Good night. I’m wearing a directive for a datepicker and I’m getting the following error. TypeError: Cannot read property 'split' of undefined at Object.DPGlobal.parseDate…
-
1
votes1
answer1014
viewsSpecific time for the day of the week in the datetimepicker
I have a specific form of datetimepicker, working cool, however, I need each day of the week to have a different time, for example, on Sunday have 2 times available, on Monday 3 times, on Tuesday…
-
1
votes1
answer235
viewsChanging the project API
Error every time I switch from API 24 to API 15, API 16 or API 19.…
-
1
votes1
answer65
viewsProgrammatically change the date displayed in a "Datepicker" control?
I’m trying to display data from a table field MySQL in a control DatePicker. The code is as follows:: if (dataGridProdutos.SelectedIndex != -1) { DateTime selectedDate; DataRowView selectedRecord =…
-
1
votes1
answer178
viewsHow to convert date at select time and return via Json
In my form I am using the Bootstrap-Datepicker so that the user can inform the desired date at the time of registration, works correctly, but at the time of making a change I am trying to bring the…
-
1
votes2
answers818
viewsHow to disable old dates in Bootstrap Datepiker version?
Can not choose the old date. For example: Today is day 18/01/2017, You have to disable 17/01/2017, 16/01/2017 e assim vai ... Can not disable date today and future. Here is the full code in jquery…
-
1
votes1
answer72
viewsHelp with Datetangepicker in jQuery
I am using the jQuery Date Range Picker in a form. Follow the code on jsfiddle My problem is when I cling to input Input the date range Picker appears normally, but when I click on the input date I…
-
1
votes1
answer820
viewsMark current date in Datapicker
Colleagues, How do I make the current date on the Find date checked and change the previous dates that are disabled? See: I managed to disable the previous dates using the code below, but they get…
-
1
votes0
answers49
viewsStandardize edtitext type date
I’d like to know how I change the format of EditText date-like android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="date" android:ems="10"…
-
1
votes2
answers226
viewsAngular Datepicker - Prev and Next
I am using the following calendar in my project: https://angular-ui.github.io/bootstrap/#/datepicker I need to customize the back and forward calendar buttons, I disabled these default calendar…
-
1
votes1
answer658
viewsDatepicker Do not select certain dates
I’m unable to make this code work, I want some dates not selected in datepicker. Now it is not working anymore, does not open the window to select the dates someone can help me? $().ready(function()…
-
1
votes1
answer56
viewsUse date Picker in Asp.net
I’m creating an Asp.net (Vb) website with a master page behind it and I can’t get the Picker date to work Can help me or indicate a Picker date even of the nuggets?
-
1
votes1
answer79
viewsReceive date from datapicker
I am creating a site where I have a datapicker using the following website I wanted when I was going to save to fetch the date that was chosen from the datapicker that appears instead of the date of…
-
1
votes1
answer32
viewsHow to use newFragment.show()?
I’m having trouble displaying a calendar after clicking on a button. Does not recognize the newFragment.show(); public void secionarData(View view) { DialogFragment dialogo = new…
-
1
votes1
answer776
viewsError datepicker bootstrap calendar in bisex year
I’m using the datepicker bootstrap, and found that the 2016 calendar is wrong. Today for example is day 01/07/2016 Friday and the calendar is displaying as if it were Saturday. Can anyone tell me if…
-
1
votes1
answer631
viewsBootstrap Datepicker with Codeigniter
Good evening, class, I’m in a PHP project in Codeigniter, where I’m already using Bootstrap and Morris.js (graphics). I need to implement Datepicker now, and doing the same way that it would have…
-
1
votes1
answer256
viewsJquery datepicker blank popup
My project is in . NET MVC 4 and I’m having trouble calling the datepicker. It is applied but the popup is small above the field and blank. I want to use it in that field: @Html.TextBoxFor(model…
-
1
votes2
answers560
viewsdatepicker does not work in dynamic form with Js
Guys, I built a dynamic form using JS. Inside this form I have several input with the class data, where I call datepicker. But they don’t work, someone can help me with this? Follow the example…
-
1
votes1
answer228
viewsDisplay datepicker as selected
Good afternoon, I’m racking my brain to display the date as the user selects. Example: select 01 - "From/To" dates appear select 02 - Only "Until" select 03 - Only "From" select 04 - No dates shown…
-
1
votes3
answers1157
viewsCheck whether the date range between two input’s is less than a month and apply a condition
I have two input’s one for start date and one for end date, I need to create a condition on javascript(jquery) for case the range is less than one month, example: I will disable a button if the…
-
1
votes1
answer1171
viewsChange date format to Brazilian default, datepicker Jquery
I’m having a problem with date format, if I put dateFormat: 'dd/mm/yy, my Alert returns me invalid date, if I withdraw and leave American pattern then returns me the date. Any idea how to solve…
-
1
votes1
answer12385
viewsDatepicker Bootstrap does not work
I have a bootstrap Datepicker, but when I click on the button next to the text box, that calendar does not appear. I thought it might be some link or script missing, but I always find only the…
-
1
votes0
answers162
viewsAngular - capture datapicker value
Hello, I’m having a problem in an angular 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"…
-
1
votes0
answers265
viewsError selecting date focused on bootstrap datepicker
I’m using the bootstrap datepicker version 2.0. // Expected behaviour When you type a day it is focused on the calendar so, when you click on this day in focus, you must fill in the date. // Actual…
-
1
votes0
answers799
viewsDatapicker ONLY Year and Month stopping in the month
I’m developing a solution that needs to optimize the time to feed the system with dates, which is often very repetitive. PROBLEM: One of the fields that inserts date, I just want the year and the…
-
1
votes1
answer107
viewsDatepicker with array
I’m trying to use a datePicker with array input, as there are 5 validity fields, which I will insert with PHP in an Oracle database. Using the option class the datePicker is called, but it only…
datepickerasked 6 years, 7 months ago Diego 4,520 -
1
votes1
answer165
viewsreceive date from the datapicker as a Date
I put in my site in Asp.net the datepicker of this website and I want to receive the value as Date instead of String , so that it does not give problems with the date type of other countries. /*…
-
1
votes2
answers662
viewsHow to convert a date format to ISO 8601 in Javascript?
I have here a code that performs a Javascript operation. It determines the maximum date of birth that can be entered in a form. The rule is that you can only register if you are 18 and older. var d…
-
1
votes2
answers1690
viewsError Datepipe Angular 6
I just upgraded my Angular 5 application to Angular 6. When saving a record in the Firebase database using mat-datepicker checking in the database I noticed that is correctly saving the date with…
-
1
votes1
answer77
viewsDate Picker Jquery display in d/m/Y format and write to database Y-m-d format
I am using this datepicker in my project, already this configured as you can see below the Dateformat in d/m/Y format, more like when I went to save in the bank it would convert to Y-m-d format, how…
-
1
votes0
answers55
viewsdatepicker is not a Function in typescript
I want to implement datepicker in a typescript project. I tried to use initially install datepicker by npm but could not.... Initially imported <link rel="stylesheet"…
-
1
votes1
answer358
viewsApply jQuery Datepicker to dynamically added fields
I made a form with a "date" field and used jQuery Datepicker to enter the date. I also made a function to add more fields similar to those already existing in form: Code entering new fields:…
-
1
votes1
answer153
viewsHow to insert the datepicker value of an icone html <i> into the input using Vue.js?
I’m new here Xp. How to insert the datepicker value of an html icone into the input using javascript? I’m using the datepicker of matelialize version 0.100.2 and Vue.js, already fixed the Bug of…
-
1
votes0
answers51
viewsJavascript Datepicker calendar displaying wrong year
I am working with Django and using a datepicker to select the date in a form field: <h3>Data de recebimento</h3> {{ form.creation_date }} <script> $(function () {…
-
1
votes1
answer824
viewsBootstrap Datetimepicker Moment.js
I am trying to implement Bootstrap Datetimepicker in my project that is with version 4.3.1 of Bootstrap. The problem is I don’t know how to do it. I downloaded from this site:…
-
1
votes0
answers118
viewsdatepicker calendar opens and closes when you click the form Submit button
Hello. I got a problem here. I have an aspnet mvc form with c# that has two datepicker: <form id="formBuscar" action="PaginaDeDeAcertosDaQuestao" class="form-horizontal box3">…
-
1
votes1
answer49
viewsWindow datetimepicker out of place
I have a problem with the position in which the datetimepicker window appears, as in the image below it appears directly and a little distant from the source field, I would like it to be centered…
-
1
votes1
answer506
viewsBlock Datepicker Date Range Javascript
Blocking a date range using datepicker ? Example, today is day 2, start by day, start by current day + 3 days and lock from day 20 forward of each month. maxDate blocks the next few months. I tried…
-
1
votes1
answer284
viewsReact Native useState create loop input
I have an object as follows: var ItensMenu = [ {title: 'Nome', type: 'input', id: 'id1'}, {title: 'CPF', type: 'number', id: 'id2'}, {title: 'Data de Nascimento', type: 'date', id: 'id3'}, {title:…
-
1
votes1
answer75
viewsHow to receive a list of parameters in a property correctly?
I’m using this widgets library: https://pub.dev/packages/flutter_rounded_date_picker The library makes it possible to disable certain dates within a calendar. Originally in the original documented…
-
0
votes1
answer154
viewsSelect date before searching
I’ve tried to do a lot of things but none of them worked out, okay. I need to make a date filter to facilitate searches, even setting a specific date ends up that all results are shown, I want to…
-
0
votes1
answer505
viewsHow to view several pre-selected dates in the jquery datepicker ui?
My code does not show the dates selected in the calendar ,see I have an array of dates but does not show. <script src="~/Scripts/jquery.js"></script> <script…
-
0
votes1
answer471
viewsDatepicker (Bootstrap) works with Online libs but not with Offline
I have developed an application that uses 3 jquery-1.11.1.min. js, bootstrap.min.js, bootstrap-datepicker.js, this application works using the libraries purchased online (src="htt://") but when I…
-
0
votes0
answers129
viewsDatepicker with multiple dates dragging the mouse
Someone knows a plugin that works together with Datepicker (jqueryui), where I can select several dates, drag the mouse with the button clicked on the calendar and select as many dates as you want,…
-
0
votes1
answer293
viewsHow to create a Datepickerdialog pre Lollipop
I’ve done everything and I couldn’t make a Datepickerdialog like this... for pre Lollipop versions. The code I’m using for now: DatePickerDialog dlg = new…
-
0
votes1
answer1130
viewshow to compare with javascript two datepicker fields
I need to compare two fields in my html that are with datepicker. Follow my code below: var inicio = $("#Periodo_De").datepicker("getDate"); var final = $("#Periodo_Ate").datepicker("getDate"); if…
-
0
votes1
answer53
viewsRun SQL precedent that disables dates in Datepicker
I have a system with a datepicker, and I want some dates to be automatically disabled. These dates should automatically populate the array that disables the dates. (Today it is manual as shows the…
-
0
votes1
answer172
viewsHow to remove Datepickerdialog days?
How can I remove the days of DatePickerDialog I wanted a calendar with only year and month, if anyone knows a way to do that and can help me?