Questions tagged as 'datepicker'

0
answers

Datepicker does not work properly for me using bootstrap 4.1.3

Hello, I have a problem with the following code ... <!doctype html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"&...
asked by 31.12.2018 / 07:23
1
answer

data within a date range

I need to generate a PDF report and show the items that are between a date range. This is the modal where the datepicker and the Generate Report button are found with a onclick="Report()" that leads to a function in JavaScript ,...
asked by 11.12.2018 / 22:53
0
answers

"Prev", "Next" buttons in datepicker are not visible

I have a datepicker in which the arrows to navigate between months can not be seen, although if I pass the mouse it shows me the title but the arrow is not visible. $('.date').datepicker({ dateFormat: 'dd-mm-yy', changeMonth: tr...
asked by 11.12.2018 / 15:41
1
answer

How to iterate the time of a DateTime in C #?

How can I go iterating the time of a DateTime. DateTime horaseleccionada = Convert.ToDateTime("10:00:00"); DateTime horactual = horaseleccionada; for (int i = 0; i < llegada.Length; i++) { DateTime horaconvertida = horactual.AddMinute...
asked by 09.12.2018 / 17:25
3
answers

Error datepicker in laravel 5.6

I am working with bootstrap datepicker in my application developed in laravel 5.6. It works fine, until I add the option of setStarDate and setEndDate when it starts to throw the error Uncaught TypeError: $(...).datepicker is not a function...
asked by 07.11.2018 / 16:10
0
answers

Complete a datetimepicker with the data of another

I have 2 datepicker: . The first one shows a date when a record was entered In the second the date of edition is shown How can I make the second datepicker show the same value as the first one by default and also change the data of the...
asked by 01.11.2018 / 17:54
0
answers

Collect value from a datepicker in Angular 5

I have the following datepicker <mat-form-field> <input matInput [matDatepicker]="picker" placeholder="Hoy"> <mat-datepicker-toggle matSuffix [for]="picker"></mat-datepicker-toggle> <mat-datepicker #picke...
asked by 11.10.2018 / 09:36
0
answers

Problems with datepicker of Bootstarp

I am having problems when using the datepicker dynamically. I make a query to the database and depending on the existing records, I "paint" the calendars. When it is a single record I have no problems, but when there are more than one, it sends...
asked by 03.10.2018 / 21:06
0
answers

Problems showing a date captured with datapicker on a smartgrid

I am new in angular and I have the following problem of the invoices form where I capture by means of the component datapicker 5 different dates to calculate the days that pass between two dates, I am thinking of using for that fun...
asked by 09.10.2018 / 18:14
2
answers

Change DatePickerDialog format: "d-m-yyyy" to "dd-mm-yyyy"

I want that when selecting a date for the calendar I return the format of two digits in the day and month (dd-mm-yyyy) but it only returns me one (d-m-yyyy) Could someone with this, I leave the code that I am implementing Calendar calendar...
asked by 03.09.2018 / 08:39