Questions tagged as 'datepicker'

3
answers

Date DatePicker - Processing

Gentlemen: The date I have in the datepicker is in the dd/mm/yy format, however, the date in the database is yy-mm-dd (date field). How do I get the datepicker to display the default date BR and when it comes via POST, enter as...
asked by 02.07.2015 / 23:03
1
answer

How to create a Helper for Datepicker creation

I would like to create an MVC Helper for creating a DatePicker . Example: @Html.DatePicker();     
asked by 11.06.2015 / 22:31
0
answers

Select more than one date with MultiDatesPicker + shift key

I made an administrative system for a property rental site, to mark the dates that the property is already leased I used Multi Dates Picker , worked very well. Now the client needs one more feature, which I'm really not able to implement: Se...
asked by 17.09.2015 / 16:43
4
answers

How to change the date order of an implode coming from a jquery datepicker

I have the following $ _get: if(!empty($_GET) && $_SERVER['REQUEST_METHOD'] == 'GET'){ $v_ocorrencia = $_GET['ocorrencia']; $datainicio = $_GET['datainicio']; $datafinal = $_GET['datafinal']; echo 'valor recebido: '. $v_o...
asked by 01.11.2016 / 20:07
2
answers

Problem with Datepicker

I have a datepiker but it is not working correctly well if I click on input it works cool, but when I click on the calendar image it neither passes the value nor also receives what is in input : Image: Html:<divcla...
asked by 20.09.2017 / 15:25
2
answers

How to activate 24-hour Datapicker Bootstrap?

<scripttype="text/javascript"> $(function () { $('#datetimepicker1').datetimepicker({ format: 'YYYY-MM-DD hh:mm:ss', locale: 'fr, use24hours: true }); }); </script&g...
asked by 17.11.2016 / 16:46
1
answer

Copying one Datepicker to another and incrementing one year (jQuery UI)

In a project of mine, I have two fields set to datepicker (jQuery UI). Only the first one is editable ( InitialDate ). The second ( FinalDate ) must have the same value of InitialDate plus a year. If I use the follow...
asked by 11.02.2014 / 15:14
1
answer

How to return value to a DateTimePicker? W#

I want to return data from a DataGridView to a DataTimePicker so I can change this data and save it again, but I'm having a hard time doing this because DataTimePicker does not accept value type. private void btnAlterar_Cl...
asked by 10.11.2016 / 18:23
1
answer

Inserting holidays into jquery datepicker?

I have a method that changes the datepicker of jquery and inserts some special days (in the case of holidays of the state of RJ), when selecting a holiday, an alert with the day is released, however, it just happens, I wanted to know how block t...
asked by 26.07.2016 / 18:19
2
answers

Angular Datepicker - Prev and Next

I'm using the following calendar in my project: link I need to customize the back and forth buttons of the calendar, I disabled these buttons from the default calendar (I searched the class and gave a display none), but I need to use the...
asked by 15.04.2016 / 18:53