Questions tagged as 'datepicker'

2
answers

reset Datepicker and select multiple with JQuery

I need to reset two Datepicker and select multiple Bootstrap when I finish doing some processes on the form, but I have not succeeded, how can I do that? My HTML code is this: <%--/*fecha inicial*/--%> <div class=" col-sm-3...
asked by 04.05.2018 / 21:08
0
answers

Store DataPicker in SQLite [xamarin]

I am in Xamarin.Forms, I can not store the date of a DataPicker in the database. This is the class of the database: public DateTime Fecha { get; set; } public string FechaModificada { get {...
asked by 18.04.2018 / 15:05
0
answers

Reset Bootstrap DatePicker with Select Onchange Event

I have a Select Option that lists a series of processes. Each of them, with an X number of days. When a process is chosen, I send that number of days to DatePicker and it blocks the days of this process as of today. For example: - Process 1 - &...
asked by 07.04.2018 / 23:28
1
answer

condition of days to show boostrap datepicker

I have the following problem: I have a list of services and each service has a production time, for example: Service 1 - > 7 Days Habiles. Service 2 - > 5 Daily Days. This list comes from Mysql through a SELECT nested by ajax. What...
asked by 04.04.2018 / 04:32
0
answers

send data from an activity to a java class

since in Android 7.0 nougat the datepicker in spinner mode does not work opt to put the datepicker in a dialog. this is invoked with a button in the activity and executed from a java class and it is sent a return method in which I return the dat...
asked by 26.03.2018 / 01:51
3
answers

Incorrect date format when using DatePicker

I have a DateTime field with its BootstrapDatePicker like the following: <div class='input-group date' id='datetimepicker1'> @Html.TextBoxFor(m => m.DatePicker, new { @class = "form-control" }) @Html.ValidationMessageF...
asked by 07.03.2018 / 02:01
0
answers

jquery ui datepicker date range, how to make the second date is not automatic

Good times I need to know how to do so that when the user selects the date of entry, do not open the 2nd date. HTML <div id="fecha" class="col-xs-12 col-md-6 right block-right"> <div class="col-md-7 col-xs-...
asked by 02.02.2018 / 22:03
0
answers

Help to set date and time in Air Datepicker

I'm implementing Air Datepicker but I can not find more documentation, what I need is for example, to set the current date and time, something like setDate in the bootstrap Datepicker. The code is as follows: <html> <head> <...
asked by 30.01.2018 / 20:05
1
answer

ngModel does not work with datepicker. Angular

I am new at Angular and I have encountered this problem. NgModel does not work when I use the datepicker class in the input. Any solution? or what am I doing wrong? <div class="input-field col s12 m6 l6 xl6"> <input id="fecha_in...
asked by 14.02.2018 / 10:26
0
answers

DatePicker JQUERY UI - Redial dates from a database

What I'm trying to do is highlight some dates, taken from a database, in a datepicker. After searching a lot on the internet it seems normal, but I can not get it ... any help will be welcome. My codes: //función para mostrar el calendario...
asked by 20.12.2017 / 18:45