Questions tagged as 'datepicker'

2
answers

Datepicker will not render next months?

We have this example: link . When I click on the month of May, it renders the next 2 months. Can you disable this?     
asked by 24.03.2016 / 21:21
1
answer

Specific time for day of the week in datetimepicker

I have a specific form of datetimepicker, working cool, however, I need every day of the week to have a different time, for example, on Sunday there are 2 available times, the second 3 times, the other another time on Tuesday, how can I do that?...
asked by 30.10.2015 / 12:51
1
answer

Problem with DatePicker Angularjs

Good evening. I'm using directive to datepicker and I'm getting the following error. TypeError: Cannot read property 'split' of undefined at Object.DPGlobal.parseDate (http://localhost:8080/ltfinaceira/assets/js/bootstrap-date...
asked by 07.09.2015 / 01:03
1
answer

Popular select based on a date in json

I have a bootstrap form and validated it right, but I need it when selecting a date in the datepicker, it automatically loads a select with JSON, and has 3 more selects need to be filled after this, and all dependent one another, eg: I ch...
asked by 17.06.2015 / 07:16
2
answers

Datepicker does not work

I am building a system in which I have to register a stock plan, so far so good ... At the time of registration there are three inputs, What, Who and When as shown below:   TheproblemiswhenIclickonthenew"When?" field, because the datepicker d...
asked by 09.03.2015 / 19:35
1
answer

Send date parameter without the "/" slashes in the PHP GET method

I have a booking form that sends the data to a URL and on the URL page the data is processed. However I have the problem, the URL can not read the variable from the date fields, because the date picker sends the parameters with slash "/". I'm...
asked by 23.01.2015 / 12:05
1
answer

What would be an alternative to the "obsolete" showDialog function?

Explanation: I have a mobile application that uses the showDialog() method at any given time, to show a DatePickerDialog and get the date, but I see that on the following line: showDialog(DATE_DIALOG_ID); I have the followi...
asked by 25.03.2014 / 18:07
0
answers

datepicker is not a function in typescript

I want to implement datepicker in a typescript project. I tried to initially install the datepicker by npm but I could not ... so I'm trying the standard way anyway. I originally imported <link rel="stylesheet" href="https://stackpath...
asked by 27.10.2018 / 03:24
1
answer

Date Picker Jquery display in d / m / Y format and write to the bank format Y-m-d

I'm using this datepicker in my project, it's already configured as you can see below the DateFormat in the format d / m / Y, but I would like it when I save it in the database it would convert to YMD format, / p> <link rel="stylesheet"...
asked by 20.08.2018 / 16:39
1
answer

How to use newFragment.show ()?

I'm having trouble displaying a calendar after clicking a button . Does not recognize newFragment.show(); public void secionarData(View view) { DialogFragment dialogo = new DatePickerFragment(); newFragment.show(this.getFr...
asked by 20.06.2018 / 20:04