Questions tagged as 'datepicker'

0
answers

Datepicker that takes information by day, week and month

Hello , I'm creating an html form, where I need to filter some dates so that the user is restricted to taking a one-day interval, or just a week of the month, or an entire month . I'm currently using DateRangePicker, however I needed to turn it...
asked by 27.06.2018 / 13:07
0
answers

How to create a multiple calendar, only with year and month?

I'm using Boostrap 4.1.1 and I'm trying to create a multiple calendar with just the month and year, just like the one below: Atthemomentmycalendarlookslikethis: CODE:<inputtype="text" class="form-control border-0" id="periodo-picker" plac...
asked by 18.06.2018 / 21:10
0
answers

(Angular) Disable datepicker based on date selected

I have 3 fields: execution date, start date, and end date. These last two can not be larger than my execution date so I want to have the datepicker disable for these two fields the selection of dates after the execution date. How do I do? My cod...
asked by 16.05.2018 / 00:08
1
answer

Error DatePipe Angular 6

I just updated my application from Angle 5 to Angle 6. When I save a record in the Firebase database using mat-datepicker checking the database I noticed that it is saving the date correctly with timestamp . > Birth date: (July 12, 201...
asked by 18.05.2018 / 18:05
1
answer

'btnSubmit_Click' is not a member of 'ASP.client_aspx'

I'm creating a site in asp.net with a master page. When I try to put a datepicker it gives me error. I'm resorting to this Site Being the same as giving the following error    'btnSubmit_Click' is not a member of 'ASP.client_aspx'...
asked by 02.05.2018 / 11:47
1
answer

Make date range datepicker be used in mysql

In my code, I have a calendar where the user selects the period that he wants to analyze. The code is this: <input type="text" name="daterange" value="01/01/2012 - 20/04/2018" /> <script type="text/javascript"> $(function() { $('in...
asked by 20.04.2018 / 14:59
1
answer

DatePicker Date Return Issues

I'm using a datePicker for an application that will be used in the course, but when I convert it from int to Date, it returns the date 3/29/2018 as follows:    Wed Sep 08 00:00:00 GMT 34 Code that is called the datePicker @SuppressLint(...
asked by 29.03.2018 / 17:37
0
answers

DatePicker in another format

I'm new to developing android, and I tried to work with the datepicker for a job, but when I go to see the date returned it is returned like this: Sun Mar 01 00:00:00 GMT 2020 I would like you to stay on 03/03/2020 to enter into the databa...
asked by 25.03.2018 / 20:53
1
answer

How to add two events in datepicker?

I need to make datepicker events added depending on where they clicked. For example: I need to filter some data by day and I can filter the same data also per month. But with my code, only the month event is working because it is triggered wh...
asked by 06.03.2018 / 14:08
0
answers

Problem with date in form coming from a list

Good people, I have a list of campaigns that have: start date and end date. When I enter the campaign edit form. I can pass the exact date of the campaign, however when I put it in a date-picker: <date-picker required ng-model="$ctrl.campa...
asked by 26.02.2018 / 19:27