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
-
0
votes1
answer842
viewsNext and Prev button of the datapicker does not appear
Right and left button images do not appear. css files I installed: <link rel="stylesheet" href="/css/jquery-ui.css"/> <link rel="stylesheet" href="/css/jquery-ui.min.css"/> <link…
-
0
votes0
answers110
viewsHow to get only the value of the year using jquery and datapicker?
Good morning, I’m doing an exercise that I have to take only the value of the year that the user chooses using Datepicker, and then I have to show only the year that was typed.
-
0
votes2
answers863
viewsCalling function after choosing date
Good morning, I have an input text with a datepicker. The input has a Validator function that changes the color of the input as the text is right or wrong. But in this case as I don’t write directly…
-
0
votes0
answers51
viewsHow do I make a Trigger for angular-input-masks validation?
I have a field : <input type="text" name="DataNascimento" class="form-control data" ng-model="EscolherCurso.DataNascimento" required ui-date-mask/> which I preferred to use jquery datepicker.…
-
0
votes0
answers142
viewsHow to convert a date into a cron expression?
I am developing an application in PHP and Javascript to schedule some tasks. The user will have the possibility to configure from a graphical interface the date of execution of the task (with the…
-
0
votes1
answer737
viewsCreating a datepicker Android Studio
I’m wanting to create a datepicker as image below. But when I create one, it gets that way. Msm when I use some example that creates one according to the first image, it ends up being equal to the…
-
0
votes1
answer2610
viewsDisable previous datapicker dates with bootstrap
Colleagues. Across of the site, I implemented the datapicker in my system, but would like to disable the previous dates of the current date. By their model, it presents the following form:…
-
0
votes1
answer216
viewshow to put the return of a json in a specific place of a table?
I have a fixed table with schedules from 08:00am to 19:00pm each has its line with its description(that would be the type of query) I receive a json on my page when selecting a date on my datepicker…
-
0
votes1
answer265
viewsby checking whether the date of an Edittext is greater than the date of another Edittext
I have two Edittext in my application and select the date using a Datepicker need to make the user not enter a date less than the one given in the first Edittext.
-
0
votes1
answer109
viewsHow to capture backdate
I have the following question. I have to capture two dates, one being today and the other being 15 days back. To get the date of the day I did the following. function dateFormat() { var initialDate…
-
0
votes1
answer296
viewsRails Assets error. Javascript not working correctly (Datepicker)
I’m willing to add the bootstrap-datepicker to my project. I did it this way. Gemfile: source 'https://rails-assets.org' do gem 'font-awesome-sass', '~> 4.5.0' gem 'rails-assets-bootstrap-sass',…
-
0
votes2
answers1133
viewsHow to set maxDate on datepicker to seven days after the selected date?
When a date is selected, the user should be able to select another date within one week after the date he selected. Here’s the code I’m using: $(".datepicker_reservas").datepicker({ minDate: 0,…
-
0
votes1
answer39
viewsDate formatting problem Standard 5.5
I am trying to solve a date formatting issue before sending to database but am not succeeding! I am using in a form the plugin datapicker, as shown in the image below: In my Controller I have this…
-
0
votes0
answers41
viewsDate return on Datepicker in another format
I’m new in android development, and tried to work with the datepicker for a job, but when I see the date returned is returned so: Sun Mar 01 00:00:00 GMT 2020 I would like to stay 01/03/2020 to…
-
0
votes1
answer43
viewsdatepicker with concatenated name
I need to call the function datePicker concatenating a fixed name with the name I bring from a query. It is possible? I tried that way: $("validade_T'.$v_id'").datepicker({ Where validade_T is the…
-
0
votes1
answer30
viewsbtnSubmit_Click is not a member of 'ASP.cliente_aspx'
I am creating a site in Asp.net with a master page. When I try to put a datepicker gives me error. I’m using this one Website The same is giving the following error 'btnSubmit_Click is not a member…
-
0
votes1
answer54
viewsmvc input date is changing format when I change google Chrome language
I have a website made in MVC and I have a datepicker, I want the date format of Portugal (dd-mm-yyyy), it works when I have google browser Chrome in Portuguese but when I put it in Inglish (USA) it…
-
0
votes1
answer26
viewsngMaterialDateRangePicker does not update the model
I am trying to use ngMaterial’s date range Picker, but without success.. for some reason it is not updating the model. I made the call on JS: angular.module('events-create', [ 'ngMaterial',…
-
0
votes1
answer55
viewsDatepicker - Add events to datesDisabled
I would like to add two events like, Alert (onclick) and on mouseover, specifically to the fields of disabled dates, datesDisabled. The structure of my Datepicker is functional, I will show here the…
-
0
votes0
answers15
viewsFlash Admin - How to fix or delete a truncated calendar (datepicker)
On the Create New Record page two calendars (datepickers) appear for a date field. One of them is truncated, I believe it is flask_admin. The other was created by form_widget_args, as below.…
-
0
votes1
answer290
viewsMaterial angular datepicker not working
I’m using Angular Material in a project and need to collect the user’s date of birth in the register, I am trying to use the Datepicker of Material, but the field doesn’t even appear on the screen.…
-
0
votes1
answer88
viewsDatetimepicker considering day as month
I have an inputText that I created for date, it is initially filled with a Datetime of my Model that is populated: @Html.TextBoxFor(model => model.Data, "{0:dd/MM/yyyy}", new { @class =…
-
0
votes1
answer1362
viewsDatepicker / Just a few days a week
I have a form and the datepicker(id data) field is not working. Does anyone have any idea why? Under code: <?php include("connections/configuration.php"); if(isset($_POST['nome'])){…
-
0
votes1
answer128
viewsView events for a given day with jquery.datapicker
This calendar of events with datepicker displays all events of the current month, so how to display events for the day when clicking on a given day? For example, click on April 25th, you receive all…
-
0
votes1
answer2333
viewsDatepicker Month and Year
Following the reply of this question, I tried to implement in a text field a modal this same command, but it comes deformed. <script> $(".datepicker").datepicker( { format: "mm-yyyy",…
-
0
votes1
answer256
viewsChange font size of pickerview
Good afternoon. 09/05/2017 I have the following pickerview: As you can see right away the first item of the two lists does not appear the whole name. I guess because of the size. On the left side…
-
0
votes1
answer382
viewsDay in input with datepicker
Could someone explain to me how I do: When clicking on an input with datepicker, it displays the day of the week? Ex: 17/04/2017 Friday Below is my code: <?php…
-
0
votes1
answer83
viewsPass JSP date to Servlet
I have a Datepicker bootstrap as below, and I have a button that must pass the date selected in datepicker to the Servlet that will use this date as parameter for a mysql search. How can I pass this…
-
0
votes1
answer1160
viewsHow to increase or decrease the size of the css materialize datepicker?
Well, I have a problem with the materialize datepicker, I made an Nav side and wanted to put a form to choose a date. I did, but when I click on that form, it opens up all the way. My code:…
-
0
votes0
answers168
viewsHow to use Dates and Times in Sqlite
I’m having trouble using dates and times in Sqlite, somehow not saving the data. below my databaseAdapter public class DataBaseAdapter extends SQLiteOpenHelper{ private static final int…
-
0
votes0
answers44
viewsI need two date, the onDateSet method executes and places the selected date in the two Textview
@Override public void onDateSet(DatePicker datePicker, int year, int month , int dayOfMonth) { //função execultada apos a escolha da data dataSelecionada =…
-
0
votes0
answers184
viewsMonth and day reversed when saving to database
I’m using datepicker of jqueryUI to choose the date in a calendar, the problem is, if I choose 04/12/2017 is saved at the bank 12/04/2017. datepicker: $('#schedulingCalendar').datepicker({…
-
0
votes1
answer403
viewsDisable chosen date in Datepickerdialog
Hello, everybody, all right? I wonder if it is possible, through the Datepickerdialog, to disable dates that users have chosen? Like, users choose a datepicker date that can no longer appear to…
-
0
votes1
answer218
viewsTwo filter fields in the second - Datepicker
Ola Stackoverflow Family I’m finalizing a project and I’m having trouble with the datepicker. I have two datepicker fields (calendar and calendario1), working perfectly, Finding precise that the…
-
0
votes2
answers974
viewsHow to capture date value with Datepicker
I have a Datepicker in my project and would like to know how to get the value of the chosen date after selecting it. I know that on the calendar: calendarView.setOnDateChangeListener(new…
-
0
votes1
answer68
viewsToggle a select and a datapicker
I’m trying to implement a field that can be a select or a datepicker. But when inserting the code into the <div> causes the operation of the datepicker. I keep the code down for anyone who can…
-
0
votes1
answer330
viewsBlock days Datepickerfragment Android Studio
I need to block the days of Datepickerfragment, the days that may be released to select, will be counted from the current date + 3 days and the following days should be locked to select, or else…
-
0
votes1
answer724
viewsHow to add two events in datepicker?
I need to get the datepicker events added depending on where it is clicked. For example: I need to filter some data per day and I can filter the same data also per month. But with my code, it’s only…
-
0
votes1
answer206
viewsDatepicker date return problems
I’m using a datepicker for an application that will be used in the course, but when I convert it from int to Date, it returns the date 29/03/2018 as follows: Wed Sep 08 00:00:00 GMT 34 Code that is…
-
0
votes1
answer416
viewsMake datepicker date range to be used in mysql
In my code, I have a calendar where the user selects the period he wants to analyze. The code is this: <input type="text" name="daterange" value="01/01/2012 - 20/04/2018" /> <script…
-
0
votes0
answers87
viewsDatepicker update dates according to return of an ajax
I want to display a calendar with only some dates enabled, I make an ajax request that returns me an array with the dates I want to enable, the function I have today is similar to this example here…
-
0
votes1
answer26
viewsEnable time in datapicker
I am using boostrap-material-datetimepicker.js which as a result follows below: The only problem is when I change the line below: minDate: moment().endOf('day') It also disables the time according…
-
0
votes1
answer312
viewsWorking with datepicker on ng-bootstrap
I’m working with this component example: https://stackblitz.com/edit/angular-ytr3qa I need to add three features. The first I believe has to do with class, as in this example, if the day is outside…
-
0
votes0
answers160
viewsHow to create a multiple calendar, only with year and month?
I’m using Boostrap 4.1.1 and I’m trying to create a multiple calendar with only the month and year, same as the image below: At the moment my calendar is like this: CODE: <input type="text"…
-
0
votes1
answer40
viewsLinked datepicker with Jquery
I have a form with a date period ('Start Date' and 'End Date'). The start date may not be less than the end date and the end date may not be less than the start date. These inputs are using the…
-
0
votes1
answer326
viewsHow to change the Datepicker format dynamically?
I wonder if there is any way to change the format of datepicker dynamically, using radio Buttons, but the way I’m trying is not working ... HTML <input id="periodo" name="periodo" type="text"…
-
0
votes1
answer193
viewsDatepicker does not open when loading Ajax into a Bootstrap 4 modal
I need to open a calendar in an input that is in the file uploaded by Ajax. How can I call the plugin Datepicker when a Ajax in a modal Bootstrap? I have these codes: <!-- Modal --> <div…
-
0
votes1
answer122
viewsDatetime field is null when switching to controller
I have in my application a search form using Ajaxbeginform. In the same I own a data field (Datetime), and in which I am using the bootstrap datepicker. My form looks like this: @using…
-
0
votes1
answer65
viewsHow to disable previous hours of the current with javascript datetimepicke
I have a calendar that works correctly that eliminates weekends, but I also wanted for example: now it is 11 hours so all previous times were disabled so it is not possible to select.…
-
0
votes2
answers176
viewsDatepicker component breaking the screen in editing
I created the following component to select dates in Unform: export default function DatePickerInput({ name, ...rest }) { const datepickerRef = useRef(null); const { fieldName, defaultValue = '',…