Questions tagged as 'datepicker'

1
answer

in PHP get the 25th day of the previous month

Month I would like to be able to select in my query the 25th day of the month before the present, regardless of whether we are at 2 or 27 in the current month, for example something like: Today's day 07/27/2018 <?=$date; ?> Result o...
asked by 27.07.2018 / 23:55
2
answers

How to validate start date is less than end date Datepicker Boostrap

Good I'm doing a reservation system (I'm new to this). The only problem I have so far is that it does not validate that the "end" date is greater than the start date. Can anybody help me? I know it's simple but I'm learning HTML <input typ...
asked by 14.03.2018 / 01:13
2
answers

How can I leave a bootstrap datepicker functional but readonly

I have an input defined as follows: <input type="text" name="fecha" id="datepicker" pattern="[_0-9]{2}/[_0-9]{2}/[_0-9]{4}" class="form-control" required> With the following script on the same page <script> $('#datepicker').da...
asked by 29.06.2016 / 15:05
2
answers

How to make an Android picker from a fixed list of items?

I need a way to select cardinal points by something like a picker. The objective is to indicate the meaning of an event that may be "NORTH-SOUTH", "EAST-WEST" ... and the opposites     
asked by 31.03.2016 / 00:10
1
answer

How to use the i18n option in a Uikit Framework datepicker?

Hi, I would like to know how to use the i18n option of a Dateikicker of uikit. on their official site they explain that they use a Json object. link but I can not make it work. my code is as follows: <form class="uk-form"> <...
asked by 24.02.2016 / 21:12
2
answers

calculate the age from the date of birth with the datepicker class [duplicated]

I would like to calculate the age of a user from his date of birth, so that when the date of birth is entered in: <input type="date" name="fecha_nacimiento" id="fecha_nacimiento" class="datepicker" /> and it automatically loads in t...
asked by 06.04.2017 / 22:09
1
answer

filter datatable by date range

I have this datatable: $(document).ready(function() { $("#Date_search").val(""); }); var table = $('#tabla').DataTable( { deferRender: true, "autoWidth": false, "search": { "regex": true, "caseInsensiti...
asked by 03.08.2018 / 10:53
1
answer

java.lang.IllegalStateException: Attempt to mutate in notification (JDateChooser, JAVA)

Good morning! I am creating a replica of a program written in VB.NET in JAVA as a practice. I'm having an annoying problem and I could not exactly identify why it's caused ... you see, I'm using some libraries downloaded from the following so...
asked by 24.10.2016 / 20:37
1
answer

Datepicker on Bootstrap

I am using a code that I found here to make a Datepicker (I need two, I want to distinguish by dates some queries) . I'm quite new to web development, this is my second major project, so it's probably a simple thing, but I'm eating my head....
asked by 04.09.2017 / 21:55
2
answers

how to select a day in a datepicker using AngularJS

Good, I am doing a project with AngularJS 1.6 and I would like to save in a variable of the Scope on a specific day and that when it is visible, the day is marked in the calendar without having to do anything. I assumed that using the scope vari...
asked by 05.09.2017 / 16:38