Questions tagged [datepicker]

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.

A datepicker is a graphical user interface (GUI) input control that allows a user to select a calendar date from a predefined list, often a graphical representation of a calendar month allowing for individual date selection as well as movement between months and years.

Datepicker controls also typically allow for the direct input of dates in text form, other common functionality includes predefined date selections such as 'todays date' as well as limiting the range of dates a user can make a selection between.

One possible implementation is the jQueryUI Datapicker

16716 questions
268
votes
19 answers

jQuery UI Datepicker onchange event issue

I have a JS code in which when you change a field it calls a search routine. The problem is that I can't find any jQuery events that will fire when the Datepicker updates the input field. For some reason, a change event is not called when Datepicker…
zbestzeus
  • 2,837
  • 2
  • 18
  • 9
245
votes
12 answers

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 is great, but unfortunately I need to be able to take time in as well. I've found a few hacks for the DatePicker to work with times,…
Chelsea
  • 6,751
  • 5
  • 29
  • 31
178
votes
3 answers

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: $(document).ready(function () { $("#DateFrom").datepicker({ dateFormat: 'dd/mm/yy' }); $("#DateTo").datepicker({ dateFormat:…
JK.
  • 21,477
  • 35
  • 135
  • 214
175
votes
6 answers

Are there any style options for the HTML5 Date picker?

I am really stoked about the HTML5 date picker. The caveat is that I don't see or foresee much in the way of applying colors to the picker itself which is going to make the use of the datepicker kind of a deal-breaker on most sites. The