Questions tagged as 'datepicker'

1
answer

How do I talk only the dates I have in an array (bootstrap-datepicker)

I have the following problem. I have an array of dates, and I want only these dates to be enabled in the bootstrap-datapicker, I was reading the documentation but I did not find what I wanted! fechas = ['2018-08-21', '2018-08-22', '2018-08-...
asked by 21.08.2018 / 17:32
1
answer

Change the date the bootstrap-material-datetimepicker calendar returns me

Hi, I'm working with the framwork symfony3 and I'm having problems with a date type field that I use datepicker for when I select the date in the calendar, what I get is a string and I really need it to be date type and because of this It gives...
asked by 26.04.2018 / 20:29
2
answers

How to make a DatePicker within a Dialog?

I would like someone to help me with this I am new I have just started and I have tried to make a date selector inside my code, but it does not work for me, this is my code. This generates me a window with a form where I have 2 EditText that mus...
asked by 08.05.2018 / 21:17
1
answer

How to assign a unique ID to each date-picker field in a form in Django

I'm using django-bootstrap3 (pip install django-bootstrap3) to render forms and django-bootstrap-datepicker (pip install django-bootstrap-datepicker) to apply a calendar widget to DateField fields. In my form, I have the fields...
asked by 15.02.2018 / 00:59
2
answers

Problems with DatePikerDialog when comparing dates

I am using the DatePikerDialog to publish news from my android app, this dialog is launched by a button in which the publication date is chosen, which has to be greater than or equal to the current date , if this is smaller, skip a snackbar of...
asked by 19.09.2017 / 17:32
0
answers

Receive string data from the Date Range Picker to PHP plugin

I have a Date Range Picker in jQuery , it works well for me, the problem is that I could not manipulate the dates that I select in my PHP , since being JS and being on the client's side, no I capture that data in the in...
asked by 09.08.2017 / 19:23
1
answer

Obtain the minute difference between the values of 2 DateTimePicker controls [closed]

I try to get the minute difference in TextBox with two controls DateTimePicker . When compiling the program for the first time it shows me a very long number, then when changing the time in the control, it does show me the time. Th...
asked by 15.05.2017 / 05:42
2
answers

Why does datetimepicker work on Google Chrome and on Mozilla Firefox does not work? [duplicate]

This code works for me by calling an input and displaying the date in chrome but in firefox it does not work: <div class='input-group date'> <input type='text' id="date_ex" name="date_emi" class="form-control" />...
asked by 02.08.2016 / 17:58
2
answers

Query that displays data within a range of dates

I want to display the data in a PDF within a selected date range from datepicker , the PDF is generated and shows the column headers but not the information, it is most likely to be The% co_of% I'm doing. The data that mus...
asked by 12.12.2018 / 18:02
2
answers

Jquery DatePicker

Greetings. I am using this plugin and it has worked very well, but I need to be able to subtract 2 dates (start - end) to show the result in days in a span. How could I perform this operation? Does this plugin have any method to do this? This is...
asked by 12.12.2017 / 19:13