Questions tagged as 'datepicker'

1
answer

Block days DatePickerFragment Android Studio

I need to block the days of DatePickerFragment , the days that can be released to select, will be counted from the current date + 3 days and the following days should be locked to select, or give a message if it day the user select was greater...
asked by 01.03.2018 / 14:53
0
answers

How do I dynamically load Calendar generated by DataAnnotation in Edit with existing data?

My class with the declaration of the "DateNascimento" field, which when filled should load the datepicker generated by DataAnnotation when called in view edit. public class Cliente { [Key] public int ClienteId { ge...
asked by 27.01.2018 / 21:10
0
answers

Month and day inverted when saving to database

I am using datepicker of jqueryUI to choose the date in a calendar, the problem is, if I choose 04/12/2017 it is saved in the 12/04/2017 database. datepicker: $('#schedulingCalendar').datepicker({...
asked by 28.11.2017 / 14:41
1
answer

Capturing Date Retroactive

I have the following question. I have to capture two dates, one being today and the other being 15 days behind. To get the date of the day I did the following. function dateFormat() { var initialDate = new Date(), day = initialDate.getDate(),...
asked by 12.12.2017 / 21:06
0
answers

I need two dates, the onDateSet method executes and puts the dateout in the two Textview

@Override public void onDateSet(DatePicker datePicker, int year, int month , int dayOfMonth) { //função execultada apos a escolha da data dataSelecionada = String.format("%02d/%02d/%d", dayOfMonth, ++month, year);...
asked by 06.10.2017 / 18:08
1
answer

Passing JSP date to Servlet

I have a Datepicker bootstrap as below, and I have a button that should pass the date selected in the datepicker to the Servlet that will use this date as the parameter for a mysql search. How can I pass this date to Servlet? I have tried severa...
asked by 12.07.2017 / 03:23
1
answer

How to increase or decrease the datepicker size of materialize css?

Well, I have a problem with the materialize datepicker, I did a side nav and wanted to put a form to choose a date. I did this, but when I click on this form, it opens all buggy. Mycode: <!DOCTYPE html> <html> <head>...
asked by 31.08.2017 / 18:52
1
answer

Change font size of pickerview

Good afternoon. 09/05/2017 I have the following pickerview: As you can see immediately the first item of the two lists does not appear the whole name. I think because of the size. On the left side the full name is: "BEER OF THE BOA" On...
asked by 09.05.2017 / 21:35
1
answer

Day in input with datepicker

Would anyone know how to explain to me how I can: When you click an input with datepicker, does it display the day of the week? Ex: 04/17/2017 Sixth Below is my code: <?php include("connections/configuration.php"); if(isset($_POST[...
asked by 17.04.2017 / 22:03
1
answer

Display events of a certain day with jquery.datapicker

This event calendar with datepicker displays all the events of the current month, so how do you view events for the day when you click on a particular day? For example, click April 25, you receive all events for that day. Follow part o...
asked by 25.04.2017 / 16:12