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
-
9
votes1
answer508
viewsConvert date MMMM-YYYY to dd/mm/yyyy datepicker bootstrap
I have the following date field: <div class='input-group date input-data' id='datetimepicker4'> <input type='text' name="mes" id="mes" class="form-control hidden" /> <span…
-
6
votes1
answer7667
viewsAndroid - Datepicker in an editText
Next, I would like a date selector to appear as soon as I click on editText I have, but what I found automatically setting the current date, I want it to be chosen... Follow the code I’ve tried so…
-
5
votes1
answer292
viewsIn Winforms how do the datepicker cursor walk when typing the date?
The question is about Winforms' Datetimepicker control. When we type the date, instead of choosing the calendar, the cursor does not walk. That is, we typed the two digits of the day, and instead of…
-
5
votes1
answer873
viewsHow to display dates set in datepicker only
I’m wearing a lib calling for Multidatespicker similar to the DatePicker of JqueryUI. Currently in the panel I can select the dates I want, works normally, but the same calendar is displayed for the…
-
5
votes1
answer486
viewsApplying datepicker to a dynamic input with Jquery
I have a form where you can add several fields with datepicker. However, when adding a new field to the form, the Jquery datepicker is not loaded. This is the JS responsible for cloning and adding…
-
4
votes1
answer1118
viewsDaylight saving time error (Summer time) in bootstrap-datepicker
The plugin stopped working with the start of summer time in Brazil. When I disable the option on my machine (Automatically adjust to daylight saving time) the plugin comes back to work. Code:…
-
4
votes2
answers1536
viewsChanging date to be shown on datepicker
I’m making a calendar with datepicker, and I need this calendar to show only Mondays, and most importantly, to show a month after the current date, IE, will have to show from the day 27/05 only…
-
4
votes1
answer1745
viewsTake the name and date value (using datepicker), and then calculate using only (JQUERY),
$(function () { $("#datepicker").datepicker({ }); }); <body> <form id="formu"> Nome: <input type="text" id="name"><br> Data de nascimento: <input type="text"…
-
3
votes1
answer49
viewsHow to create a Helper for creating Datepicker
I would like to create an MVC Helper for the creation of a Datepicker. Example: @Html.DatePicker();
-
3
votes3
answers644
viewsData Datepicker - Processing
Sirs: The date I have on datepicker is in format dd/mm/yy, however, the date in the database is yy-mm-dd (date field). How do I make datepicker to display the default BR date and when it comes via…
-
3
votes0
answers256
viewsSelect more than one date with Multidatespicker + shift key
I made an administrative system for a real estate rental site, to mark the dates that the property is already leased I used the Multi Dates Picker, worked really well. Now the client needs an extra…
-
3
votes1
answer122
viewsEffect on jQuery does not work with datepicker
Galera mounted an input with an effect, which occurs when entering a value in the input, the problem and that the same effect does not work using the Picker data in the input. That is when you put a…
-
3
votes1
answer962
viewsProblems with Datepicker Orientation
I’m having trouble getting the datepicker to open down. Follow the datepicker parameters I’m using. $('.date').datepicker({ format: "dd/mm/yyyy", todayBtn: "linked", forceParse: false, autoclose:…
-
2
votes1
answer741
viewsCopying one Datepicker to another and incrementing one year (jQuery UI)
In a project of mine, I have two fields configured as datepicker (jQuery UI). Only the first is editable (InitialDate). The second (FinalDate) must have the same value as InitialDate plus one year.…
-
2
votes3
answers240
viewsHow to display "from" inside the Datetimepicker
In the DateTimePicker I can display anything using d to day, MM or MMMM for month and yy or yyyy to year. However, I would simply like to display on the property customformat: April 15. But when I…
-
2
votes2
answers3293
viewsDatetimepicker, get first and last day of the month
How do I take the first and last day of the previous month, to fill a DateTimePicker on screen? Ex: Data Inicial 01/07/2015 Data Final 31/07/2015…
-
2
votes3
answers5714
viewsHow to make Jquery datepicker accept only months and year?
How can I convert my jQuery datepicker to accept only months and years ?
-
2
votes0
answers109
views"Error" loading date
I have a screen whose a certain "Reference Date" field receives the next available date of a file, following the dates that are in the database. On the field side I have a "Calendar" icon that when…
-
2
votes1
answer175
viewsForm with datetimepicker
I am developing a scheduling system and I am using the datetimepicker to make the appointment. I need a help with json; I need to block the dates that are being used so that they cannot be selected.…
-
2
votes1
answer774
viewsUsing the value of one datapicker in another
I’m trying to use this DataPicker to catch the day he selects, add 7 more days and from these days, return only Saturdays. Follow the code. Code updated, now only remaining to add the 7 days.…
-
2
votes2
answers517
viewspickadate Angular - Translation
I’m using the Angular pickadate only it is in English, I need to leave in Portuguese, could anyone help? Follows code: $('.datepicker').pickadate({ selectMonths: true, selectYears: 15, language:…
-
2
votes2
answers1341
viewsWith setting the deadline in the bootstrap datepicker?
When I use the Jquery Ui DatePicker, I can set a maximum date using the attribute maxDate. Thus: $('#data-solicitacao').datepicker({maxDate: 'now'}) I thought the Datepicker on Bootstrap 3 was the…
-
2
votes1
answer1624
viewsPopular select based on a json date
I have a bootstrap and validated form right, but I need that when selecting a date on the datepicker, it automatically loads a select with JSON, and has 3 more selects need to be filled after this,…
-
2
votes1
answer1185
viewsDisable date in Datepicker from SQL Server table
I have a system in Classic ASP, in which I have a scheduling calendar. I need to disable the dates that are in the table of holidays and compensations (id_holiday and date). I don’t know how to…
-
2
votes1
answer91
viewsUse Datepicker in an Activity
Hello! , I am trying to make a datepicker part of the Activity layout as shown below: I’ve been searching the Internet, but all the examples I find speak of Datepickerdialog, and that’s not what I…
-
2
votes2
answers1027
viewsHow to activate 24 hours in Datapicker Bootstrap?
<script type="text/javascript"> $(function () { $('#datetimepicker1').datetimepicker({ format: 'YYYY-MM-DD hh:mm:ss', locale: 'fr, use24hours: true }); }); </script>…
-
2
votes1
answer333
viewsInsert colored markers into datepick using Angularjs, ui-bootstrap
How do I insert colored markers into datepick using AngularJS and ui-bootstrap? Page: <!doctype html> <html ng-app="app"> <head> <meta charset="UTF-8"> <script…
-
2
votes1
answer97
viewsDatepicker brings wrong calendar after filling the field
It happens like this: Mum field date, when it is empty, it brings the datepicker correctly and fills the field in the database format aaaa-mm-dd and saved in this format. When I edit, when placing…
-
2
votes1
answer1167
viewsHandle JSON data coming from a jQuery datepicker request with ajax
I need to create an agenda.. I have a datepicker and a fixed table beside with schedule that start from 08:00am until 19:00pm and when I click on a datepicker day it returns to me all the queries of…
-
2
votes1
answer535
viewsDate Picker does not appear
Is the following I am trying to show a date Picker in a form but it does not appear my question is the following is possible to put the date Picker in a bootstrap modal? is that I outside the modal…
-
2
votes3
answers867
viewsDoes not parse the bootstrap datepicker for dd/mm/yyyy - 400 Bad Request (POST)
I have a web application, basically pure wheel with JSP + Angularjs. The template that I use bootstrap, didn’t have datepicker with Angularjs, so I’m using with jQuery. I have on my screen, a modal…
java angularjs twitter-bootstrap spring-mvc datepickerasked 8 years, 10 months ago Leonardo Leonardo 283 -
2
votes3
answers5814
viewsDatetime Picker in Portuguese
I added the component of DateTimePicker to my project. But the same is all in English, I added the option of pt-BR in Function that creates it in the field, and even so it remains in English. How do…
-
2
votes1
answer1435
viewsInserting holidays in jquery datepicker?
I have a method that alters the datepicker of jquery and inserts some special days (in the case of holidays of the state of RJ), when selecting a holiday, an Alert with the day is launched, however,…
-
2
votes1
answer1013
viewsHow to do date search through dateTimePicker?
How to search through a dateTimePicker (with Valuechanged event) dates entered in a Data Grid View? When I press the year I want all the records for that year to appear, then press the month and all…
-
2
votes4
answers232
viewsHow to change the date order of an implode from a jquery datepicker
I have the following $_get : if(!empty($_GET) && $_SERVER['REQUEST_METHOD'] == 'GET'){ $v_ocorrencia = $_GET['ocorrencia']; $datainicio = $_GET['datainicio']; $datafinal =…
-
2
votes1
answer432
viewsHow to return value to a Datetimepicker? C#
I’m wanting to return data from a DataGridView for a DataTimePicker so that I can change this data and save it again, but I’m having a hard time doing so because the DataTimePicker does not accept…
-
2
votes0
answers105
viewsdatepicker loses formatting and mouse icons
Personal I am implemented the Datepicker with date and time (standard en) I’m using the component that’s on this link: http://eonasdan.github.io/bootstrap-datetimepicker/ Reading the manual I used…
-
2
votes1
answer576
viewsHow to set a minimum date in the datapicker?
I would like to put a minimum date on my datapicker, because I cannot yet: follows below the code so you can help me, and in my layout only has an Edit text and the datapicker only appears when and…
-
2
votes2
answers960
viewsProblem with Datepicker
I have a datepiker but it’s not working in a good way if I click on input it works cool, but when I click on the calendar image it neither passes the value and also does not receive what is in…
-
2
votes1
answer251
viewsMy datepicker should only work on the icon
I have the following Code: $(".datePicker").datepick(); $("#IconDate").on("click", function () { $("#Date").focus(); }) My Html: <div class="float-left gutter-right field-wrap"> <label…
-
2
votes1
answer6731
viewsHow to keep the input date bootstrap on the page?
I implemented the "date" class of Bootstrap 3. When accessed the page, the field is rendered normally, but at the end of the page load the input text and the calendar icon simply vanishes.…
-
2
votes1
answer218
viewsngx-bootstrap + angular 6 + datepicker
Hello, I am using ngx-bootstrap datepicker for the first time and am encountering some difficulties. One of them is that when selecting the desired date, my input is in the exact format I need, as…
-
2
votes1
answer2494
viewsConfigure minDate and maxDate in jQuery-UI Datepicker
I wanted to know how to properly use the maxDate and the minDate. Ex.: My calendar starts in 1970 and ends in 2017: $(document).ready(function(){ $('.datepicker').datepicker({ format:'yyyy-mm-dd',…
-
2
votes1
answer87
viewsDisable + one day of the week Datepicker
my code below disables the days I register (holidays) and disables Saturday and Sunday. I also need now disable the Friday, but caught and did not work rsrs... <script> var nomersw =…
datepickerasked 3 years, 11 months ago Thiago Sales 21 -
1
votes1
answer204
viewsJqgrid 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.…
-
1
votes1
answer559
viewsWhat would be an alternative to the "obsolete" showDialog function?
Explanation: I have a mobile application that uses the method showDialog() at a given time, to show a DatePickerDialog and get the date, but I see that on the following line:…
-
1
votes3
answers11103
viewsinput type date is not filled in
I fill a Datetime field with input type="date" and I can record it in the database normally. When I retrieve the bank record and try to display it with the same type of input, it shows me the field…
-
1
votes2
answers853
viewsDatepicker does not work
I’m building a system in which I have to register plane of steels, so far so good... At the time of registration there are three inputs, What, Who and When as shown below: The problem is when I…
-
1
votes1
answer1388
viewsSend date parameter without "/" bars in PHP GET method
I have a booking form that sends the data to a URL and on the URL page the data is processed. However I have the problem, the URL cannot read the variable of the data fields, because the date Picker…
-
1
votes0
answers241
viewsShowing just one day on Datapicker
I have 2 datapickers, as I do to show only that day I stored? code: $("#data-retorno").datepicker({ dateFormat: 'dd/mm/yy', dayNames:…
datepickerasked 9 years, 6 months ago Michel Henriq 647