Questions tagged as 'datepicker'

2
answers

Datepicker is not a function

I'm trying to make an input a calendar type to select a date, but the console always shows me the error: Uncaught TypeError: $(...).datepicker is not a function This is the code I have for the scripts and the css: <link rel="stylesheet...
asked by 20.12.2018 / 13:45
1
answer

Datepicker Current [closed]

I have a question, I am currently using Bootstrap 4 and Jquery 3.3.1 the fact is that I need to add to several forms the power to choose dates but not doing typical <input type="date"/> since the format that gives me by default is n...
asked by 15.10.2018 / 11:04
1
answer

Display a date in one format and store it in another (Datepicker in Laravel)

I am working in laravel and I want to show in my Bootstrap Datepicker field a date in a format (dd / mm / yyyy) but I want to store it in format (yyyy / mm / dd). Is there any property in Datepicker to do that? This is my input: <div cla...
asked by 13.09.2018 / 20:18
2
answers

Set up correctly the JQuery datepicker

What happens is that I am implementing a calendar in my application, for that I use JQuery, but at the time of the settings is where the problem arises and is that it does not let me select the full date, only the year and later this is hidden a...
asked by 19.10.2018 / 15:46
1
answer

Datepicker is shown in white

Good day, I have a problem wanting to put a datepicker in my code, it does not show me the days of the week, name of the month and some buttons .. well if it shows them but they are in white someone knows how I can modify this ? I'm using...
asked by 01.08.2018 / 17:44
2
answers

YOU ARE LOST POSITION WHEN DOING POSTBACK OF BOOTSTRAP DATEPICKER WITH UPDATEPANEL

Greetings to all: I have a problem with the deployment of a datepicker that is inside an UpdatePanel. When you start the page, it loads the calendar well (days in Spanish and same months) but when generating a postback, the calendars lose thi...
asked by 11.01.2018 / 13:42
1
answer

Daterangepicker disable the second calendar and use it as a datepicker

I have this example $('#datepicker').daterangepicker({ timePicker: true, startDate: new Date(), endDate: new Date(), locale: { format: 'MM/DD/YYYY HH:mm' } }, function(start, end, label)...
asked by 18.09.2017 / 19:25
2
answers

convert timespan to datetime and add to a datetimerpicker

I want to show a data type of time interval in a datatimerpicker, first I must convert, but I do not know how to do it private void button1_Click(object sender, EventArgs e) { TimeSpan a = new TimeSpan(12, 00, 00); TimeSpan...
asked by 29.08.2017 / 16:35
1
answer

Datetimepicker does not show default date value

I need to show the default date in all the fields, but when adding the option of the minDate: new Date () plugins the dates in the fields are not shown, but if the value is internally in the field. Example: Code: $(func...
asked by 22.08.2017 / 18:35
2
answers

How to generate a datepicker from a fragment?

I need to create a date picker from a fragment, the problem is that the datepicker that I have seen (examples) are generated from an Activity, and it turns out that for the fragment is not iggual, I need to store a period of time and in the frag...
asked by 21.01.2017 / 20:11