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.

Bootstrap date and time picker

Suggest me any JavaScript to pick the date and time . NOTE: I want to use only one file for date …

jquery twitter-bootstrap datepicker datetimepicker
How to dynamically set bootstrap-datepicker's date value?

I am using bootstrap datepicker along with a line highchart. I want the datepicker date to update when the chart …

jquery datepicker twitter-bootstrap
jQuery datepicker, onSelect won't work

I can't get onSelect working on my jQuery datepicker. Heres my code: <script type="text/javascript"> $(function() { $('.…

jquery datepicker onselect
Jquery Date picker Default Date

I am using a Jquery Datepicker in my project. The problem is that it is not loading the current date, …

jquery jquery-ui datepicker jquery-ui-datepicker
Uncaught TypeError: $(...).datepicker is not a function(anonymous function)

I found few answers on stack overflow but still cant resolve my problem. I am running on Django but I …

javascript jquery django datepicker
How to restrict the selectable date ranges in Bootstrap Datepicker?

I need to use datepicker which provides me the option of restricting the selectable dates. We had been using jQuery …

javascript twitter-bootstrap datepicker bootstrap-datepicker
jQuery Datepicker close datepicker after selected date

HTML: <div class="container"> <div class="hero-unit"> <input type="text" placeholder="click to show datepicker" …

javascript jquery twitter-bootstrap datepicker
How to get the selected date value while using Bootstrap Datepicker?

Using jquery and the Bootstrap Datepicker, how do I get the new date value I selected using the Bootstrap Datepicker? …

jquery ruby-on-rails jquery-ui twitter-bootstrap datepicker
bootstrap datepicker setDate format dd/mm/yyyy

I have to set the date in my datepicker in dd/mm/yyyy format. Whet I'm trying to do, with …

javascript jquery date datepicker bootstrap-datepicker
jQuery: enabling/disabling datepicker

In my php-file, I want to use the jQuery Datepicker. When my file loads, I create the Datepicker disabled. Then, …

jquery datepicker