Questions tagged as 'datepicker'

1
answer

Disable selected date in DatePickerDialog

Hello, guys, how are you? I wonder if it is possible, via the DatePickerDialog, to disable dates that users have chosen? Type, users choose a date in the datepicker that can no longer appear to other users, such as in hairdressing salons, which...
asked by 21.12.2017 / 18:49
1
answer

verifying if the date of an EditText is greater than the date of another EditText

I have two EditText in my application and I select the date using a DatePicker to make the user not enter a date smaller than the one entered in the first EditText.     
asked by 23.11.2017 / 00:47
1
answer

Month and Year Datepicker

Following response from this # <script>$(".datepicker").datepicker( { format: "mm-yyyy", viewMode: "months", minViewMode: "months" }); I'm trying to put only month and calendar year 05/2017 Reference: link     
asked by 03.05.2017 / 14:08
1
answer

How to create a DatePickerDialog pre lollipop

I've done everything and I could not make a DatePickerDialog like this ... forprelollipopversions.ThecodeI'musingfornow:DatePickerDialogdlg=newDatePickerDialog(ActivityAddAvaliacoes.this,newDatePickerDialog.OnDateSetListener(){@Overridepubli...
asked by 16.11.2015 / 05:15
1
answer

Next and Prev button of datapicker does not appear

Images of the right and left buttons do not appear. cssfilesIinstantiated:<linkrel="stylesheet" href="/css/jquery-ui.css"/> <link rel="stylesheet" href="/css/jquery-ui.min.css"/> <link rel="stylesheet" href="/css/jquery...
asked by 29.04.2015 / 16:05
1
answer

How to view multiple preselected dates in datepicker jquery ui?

My code does not show the dates selected in the calendar, see I have an array of dates but it does not show. <script src="~/Scripts/jquery.js"></script> <script src="~/Scripts/jquery-ui.js"></script> <link href="~/Co...
asked by 08.04.2015 / 03:42
1
answer

Select date before searching

I've tried to do a lot of things but none of them worked out, ok let's go. I need to do a filter by date to make searching easier, even setting a specific date ends up showing all the results, I want to get a timestamp date, and I I'm usin...
asked by 11.11.2014 / 12:36
0
answers

Help with DateRangePicker

How do I get the daterangepicker when clicking on the date field back but allow me to change the date of exit ("endDate" )? My code: var currentDate = moment().format("DD/MM/YYYY"); $('input[name="date-entrada"], input[name...
asked by 09.11.2018 / 19:28
0
answers

Angular - Date Picker does not update the selected month

I am developing a calendar in my application in Angular 5. <my-date-range-picker *ngIf="this.opened && view=='date'" class="date_picker" [options]="date_picker" [(ngModel)]="this.model" (dateSelected)="onDateRangeChanged($even...
asked by 24.09.2018 / 18:41
1
answer

Current Picker Date in Form

Hello, I use datepicker to add the date, but I would like it as soon as I open the site the current date already appears in the form. /* Portuguese initialisation for the jQuery UI date picker plugin. */ ( function( factory ) { if ( typeof de...
asked by 08.08.2018 / 18:26