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 Datepicker onchange event issue

I have a JS code in which when you change a field it calls a search routine. The problem is …

jquery datepicker
jQuery date/time picker

I've been looking around for a decent jQuery plugin that can handle both dates and times. The core UI DatePicker …

javascript jquery datepicker datetimepicker
jQuery datepicker set selected date, on the fly

How can I change the selected date of jquery Date picker dynamically on the fly? I have say created a …

jquery-ui datepicker
jQuery UI " $("#datepicker").datepicker is not a function"

When i use DatePicker, jQuery's UI plugin, in an existing .aspx page I get errors that: $("#datepicker").datepicker is not …

asp.net javascript jquery datepicker
jQuery Date Picker - disable past dates

I am trying to have a date Range select using the UI date picker. in the from/to field people …

jquery jquery-ui datepicker uidatepicker jquery-ui-datepicker
How to format date with hours, minutes and seconds when using jQuery UI Datepicker?

Is it possible to format a date with jQuery UI Datepicker as to show hours, minutes and seconds? This is …

javascript jquery datepicker jquery-ui-datepicker
Not showing placeholder for input type="date" field

I am doing a phonegap app. When I am trying type="date" input field as shown below, it shows date …

html cordova datepicker placeholder
Detect change to selected date with bootstrap-datepicker

I have an input element with an attached datepicker created using bootstrap-datepicker. <div class="well"> <div class="…

jquery twitter-bootstrap datepicker bootstrap-datepicker
jQuery Datepicker with text input that doesn't allow user input

How do I use the jQuery Datepicker with a textbox input: $("#my_txtbox").datepicker({ // options }); that doesn't allow the user …

jquery datepicker
Set initial value in datepicker with jquery?

I'm trying to set an initial value in my jquery ui datepicker. I've tried several different ways, but nothing seems …

javascript jquery jquery-ui datepicker