Questions tagged as 'datepicker'

1
answer

Datepicker of angled material does not work

I'm using Angular Material in a project and need to collect the user's date of birth in the registry, I'm trying to use Datepicker of Material , but the field does not even appear on the screen. Am I doing what's wrong? H...
asked by 12.09.2016 / 13:24
2
answers

Call 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 do not write directly in the input and just click on the date...
asked by 01.08.2016 / 13:37
2
answers

How to set maxDate in datepicker for seven days after the selected date?

When a date is selected, the user should be able to select another date within a period of one week after the date that he selected. Here's the code I'm using: $(".datepicker_reservas").datepicker({ minDate: 0, numberOfMonths: [1,4]...
asked by 09.03.2016 / 19:36
1
answer

Creating an Android Studio datepicker

I want to create a datepicker as shown below. ButwhenIcreateone,itstaysthatway. But when I use some example that creates one according to the first image, it ends up being the same as the second image. I want to create the datepicker...
asked by 16.11.2015 / 04:23
1
answer

How to change the Datepicker format dynamically?

I would like to know if there is any way to change the format of the datepicker dynamically using radio buttons, but the way I'm trying is not working ... HTML <input id="periodo" name="periodo" type="text" placeholder="Período"> <...
asked by 26.09.2018 / 15:18
1
answer

linked datepicker with Jquery

I have a form with a date period ('Start date' and 'End date'). The start date can not be less than the end date and the end date can not be less than the start date. These inputs are using the datequicker of the JQuery UI (JQueryUI 1.11.0 and J...
asked by 03.09.2018 / 20:27
1
answer

Working with datepicker in ng-bootstrap

I'm working with this component example: link I need to add three features. The first I believe to have to do with the class, as in this example , if the day is out of the minimum date or maximum allowed, the day would be "off", with a...
asked by 08.06.2018 / 01:01
1
answer

How to convert the format of a javascript date to ISO "International Standard"?

I have here a code that performs a javascript operation. It determines the maximum date of birth that can be entered on a form. The rule is that you can only register who is 18 years and over. var d = new Date(); var year = d.getFullYear(); va...
asked by 03.05.2018 / 17:54
1
answer

datePicker with concatenated name

I need to call the datePicker function by concatenating a fixed name with the name I get from a query. It's possible? I tried this way: $("validade_T'.$v_id'").datepicker({ Where validade_T is the fixed value and $v_id...
asked by 16.04.2018 / 16:02
1
answer

Two fields with filter in the second - Datepicker

Hello stackOverflow family I'm finalizing a project and I'm having problems with datepicker. I have two datepicker fields (calendar and calendar1), working perfectly, but I need the field "calendar1" to present dates from the date field of th...
asked by 23.02.2018 / 18:03