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 restrict dates in second date field based on selected date in first date field

I am using Jquery date picker and I have the following code where when user selects a date, the field …

jquery html datepicker jquery-ui-datepicker
Angular UI month picker

I am trying to use angular-ui-datepicker as a month picker. But not able to configure it, tried it all. Here …

angularjs datepicker angular-ui angular-ui-bootstrap
Set date to be initially empty in bootstrap-datepicker

I am using the bootstrap-datepicker in my site. The datepicker will be used to define search filters. I need the …

javascript jquery twitter-bootstrap datepicker bootstrap-datepicker
How to control positioning of jQueryUI datepicker

The datepicker in jQueryUI renders with a dynamic position. It renders according to its css if there's enough room for …

jquery jquery-ui datepicker uidatepicker
Bootstrap Datepicker appearing at incorrect location in a modal

I have a button on a page that calls a modal having datepicker. If this button is at top (I …

javascript css html twitter-bootstrap datepicker
Is there any lightweight JavaScript date picker?

I am using the jQuery Date picker, but it is too heavy, the minified version of ui.datepicker.min.js …

javascript datepicker
Re-initialize or destroy Bootstrap datepicker dynamically

Is there a way to destroy the Bootstrap datepicker dynamically updating its options like format, beforeShowDay, etc.? I know that …

twitter-bootstrap methods datepicker destroy
Jquery datepicker years change

I am using datepicker of jquery for a field to set date of birth, while default picker is displayed which …

jquery jquery-ui datepicker
Android format date to MM-DD-YYYY from Datepicker

I have a datepicker. My app is pushing a notification. I want to display the date in 01-07-2013 MM-dd-yyyy …

android datepicker date-format
getdate from datepicker android

I want to get date from datepicker widget in android I have tried with this Date date1= (Date) new Date (…

java android date datepicker