Questions tagged as 'datepicker'

1
answer

Convert MMMM-YYYY data to dd / mm / yyyy datepicker bootstrap

I have the following date field: <div class='input-group date input-data' id='datetimepicker4'> <input type='text' name="mes" id="mes" class="form-control hidden" /> <span class="input-group-addon hidden"> <...
asked by 29.09.2016 / 13:44
1
answer

Apply datepicker to a dynamic input with Jquery

I have a form where multiple fields can be added with datepicker. However, when adding a new field to the form, the Jquery datepicker is not loaded. This is the JS responsible for cloning and adding fields to the form: $(document).ready(fun...
asked by 03.09.2018 / 16:13
1
answer

How to display only dates defined in datepicker

I'm using a lib called MultiDatesPicker similar to DatePicker of JqueryUI . Currently in the panel I can select the dates I want, it works normally, however the same calendar is displayed for the user to choose one of the a...
asked by 27.07.2018 / 17:36
1
answer

In WinForms how do the datepicker cursor move when typing the date?

The question is about the DateTimePicker control of WinForms. When we enter the date, instead of choosing the calendar, the cursor does not scroll. That is, we enter the two digits of the day, and instead of the cursor move to the month, it cont...
asked by 06.04.2018 / 06:05
2
answers

Changing date to be shown in datepicker

I'm making a calendar with datepicker , and I need this calendar to show only Mondays, and most importantly, show one month after the current date, ie, it will have to show from 05/27 only Mondays. I've been able to get him to show you...
asked by 27.04.2015 / 19:43
1
answer

Android - DatePicker in an editText

Next, I would like a date selector to appear as soon as I click on the editText that I have, but what I found is automatically placing the current date, I want it to be chosen ... Here is the code I've tried so far: public class AtividadePr...
asked by 23.05.2017 / 07:41
1
answer

Get the name and date value (using datepicker), and then calculate using only (JQUERY),

$(function () { $("#datepicker").datepicker({ }); }); <body> <form id="formu"> Nome:...
asked by 30.06.2016 / 16:36
1
answer

Summer time error in bootstrap-datepicker

The plugin stopped working with the start of DST in Brazil. When I disable the option on my machine ( Automatically adjust for daylight saving time ) the plugin works again. Code: $('.campodata').datetimepicker({ useSeconds: false,...
asked by 22.10.2014 / 20:25
2
answers

How to make Jquery datepicker accept only months and year?

How can I convert my jQuery datepicker to only accept months and years?     
asked by 12.09.2015 / 23:29
1
answer

Issues with Orientation in Datepicker

I'm having trouble making the datepicker 'open' down. Follow the parameters of the datepicker I'm using. $('.date').datepicker({ format: "dd/mm/yyyy", todayBtn: "linked", forceParse: false, autoclose: true, todayHighlight: tr...
asked by 05.07.2017 / 15:55