Top "Datepicker" questions

A datepicker is a user interface element in many frameworks that allows a user to choose a date and also, in some cases, time, often through a visual calendar.

Jquery UI Datepicker not displaying

UPDATE I have reverted back to Jquery 1.3.2 and everything is working, not sure what the problem is/was as I …

jquery jquery-ui datepicker uidatepicker jquery-ui-datepicker
Javascript date.getYear() returns 111 in 2011?

I have this javascript for automatically setting a date filter to the first and last day of the previous month: $(…

javascript datepicker
JQuery DatePicker ReadOnly

When I make my datepicker read-only, I see that the user cannot type anything into the text box. $("#datepicker").attr(…

jquery datepicker
Changing minDate and maxDate on the fly using jQuery DatePicker

I'm having a particular issue with the jQuery Datepicker. I can easily add a date range, but I want the …

jquery jquery-ui datepicker
How display only years in input Bootstrap Datepicker?

I am using the following code to display only the years: $("#datepicker").datepicker( {viewMode: "years", minViewMode: "years"}); but input appears …

javascript twitter-bootstrap datepicker
How to get the date from the DatePicker widget in Android?

I use a DatePicker widget in Android for the user to set a date, and want to get the date …

android datepicker
Disable native datepicker in Google Chrome

Date picker landed on Chrome 20, is there any attribute to disable it? My entire system uses jQuery UI datepicker and …

html google-chrome datepicker
getting the value of daterangepicker bootstrap

Hi im new to using javascript and encountered a problem while using daterangepicker bootstrap. I manage do implement this demo …

javascript jquery jsp datepicker daterangepicker
jQuery datepicker- 2 inputs/textboxes and restricting range

I am using the jQuery Datepicker widget with two input boxes, one for the "From" date and the second with …

jquery jquery-plugins datepicker jquery-ui-datepicker
jquery-ui datepicker change z-index

The problem is pretty straight forward although I'm having a hard time figuring out just how to solve it. I'm …

javascript jquery css jquery-ui datepicker