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.

putting datepicker() on dynamically created elements - JQuery/JQueryUI

I have dynamically created textboxes, and I want each of them to be able to display a calendar on click. …

javascript jquery jquery-ui datepicker
Open JQuery Datepicker by clicking on an image w/ no input field

I want to have the JQuery Datepicker open when the user clicks on an image. There is no input field …

jquery datepicker
bootstrap datepicker change date event doesnt fire up when manually editing dates or clearing date

<script type="text/javascript"> // When the document is ready $(document).ready(function () { $('.datepicker').datepicker({ format: "yyyy-mm-dd", }).on(…

javascript jquery twitter-bootstrap datepicker bootstrap-datepicker
How to disable manual input for JQuery UI Datepicker field?

I decided to use the JQuery UI Datepicker script for picking dates. Below is part of my code, and the …

php jquery-ui datepicker
changing minDate option in JQuery DatePicker not working

I have declared a date picker instance as follows: $("#datePickerId").datepicker( { dateFormat: 'DD, d MM yy', minDate: 0, showOn: 'button', buttonImage: …

jquery-ui datepicker
Clear the value of bootstrap-datepicker

I am using bootstrap-datepicker from here: https://github.com/eternicode/bootstrap-datepicker version: 2.3.2 I am having trouble to clear the date …

javascript twitter-bootstrap datepicker
how to add a day to a date using jquery datepicker

I have 2 textboxes on my site for pickup date and drop off date both using the jquery date picker. I …

jquery jquery-ui datepicker
getDate with Jquery Datepicker

i am trying to get date from my implementation of jquery date picker, add it to a string and display …

jquery datepicker uidatepicker jquery-ui-datepicker
jQuery datepicker years shown

With the jQuery datepicker, how does one change the year range that is displayed? On the jQuery UI site it …

jquery datepicker
jQuery UI Datepicker - Multiple Date Selections

Is there a way to use the jQuery UI Datepicker widget to select multiple dates? All help is appreciated! If …

jquery jquery-ui datepicker