Questions tagged as 'datapicker'

1
answer

Effect in jQuery does not work with datepicker

I put 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 data picker in the input. That is when you put a date the effect does not occur, getting text over the d...
asked by 10.08.2016 / 22:11
1
answer

How to set a minimum date in the datapicker?

I would like to put a minimum date in my datapicker, because I can not do it yet: Here is the code for you to help me. In my layout, there is only one edit text and the datapicker only appears when I click on the text box. <?xml version="1....
asked by 08.09.2017 / 12:11
1
answer

Form with datetimepicker

I'm developing a scheduling system and I'm using datetimepicker to dial the hours. I need a help with json; I need to block the dates that are being used so they can not be selected. The project is updated in github. Thanks in advance!...
asked by 19.03.2016 / 07:47
1
answer

Using date picker in asp.net

I'm creating a site in asp.net (vb) with a master page behind it and I can not get the date picker to work Can you help me or indicate a date picker even for the nuggets?     
asked by 30.04.2018 / 11:23
1
answer

Select the current date in the DataPicker

Colleagues, How do I make the datePicker the current date be checked and change the previous dates that are disabled? See: Iwasabletodisablethepreviousdatesusingthecodebelow,buttheyturnblackandconfuseandthecurrentdateisnotmarked.<!--da...
asked by 18.06.2017 / 23:55
1
answer

How to convert date at select time and return via Json

In my form I am using Bootstrap-Datepicker so that the user can enter the desired date at the time of registration, it works correctly, but at the moment of making a change I am trying to bring the date in the format 99/99/9999 wit...
asked by 24.11.2015 / 12:38
1
answer

Datapicker ONLY Year and Month Stopping in Month

I'm developing a solution that needs to optimize the time to feed the system with dates, which for many times is very repetitive. PROBLEM: One of the fields that inserts date, I just want the year and the month. I formatted it to receive year...
asked by 08.03.2018 / 19:41
0
answers

Standardize edtitext type date

I would like to know how I change the format of EditText type date android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="date" android:ems="10" android:id="@+...
asked by 14.04.2016 / 12:55
2
answers

How to capture the 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 you select it. I know that in calenderView it looks like this: calendarView.setOnDateChangeListener(new CalendarView.OnDateChangeListene...
asked by 24.02.2018 / 03:40
1
answer

Disable previous dates datapicker with bootstrap

Colleagues. Through #, I implemented the datapicker on my system, however I would like to disable the previous dates of the current date. By their model, it presents the following form: $('#sandbox-container input').datepicker({ autoclo...
asked by 14.02.2016 / 00:48