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.

how to create list of Years in the dropdown using react js JSX

I want to create a list of the Years in react JSX I have a code for the Jquery, please …

javascript jquery reactjs datepicker react-datepicker
Bootstrap datepicker return focus after select

If you initialize a bootstrap datepicker from eternicode with autoclose: true, two undesirable behaviors happen: After the picker closes, when …

javascript jquery twitter-bootstrap datepicker bootstrap-datepicker
How to use bootstrap datepicker inside ng-grid

I'm trying to use bootstrap datepicker (via angulart ui bootstrap) inside an ng-grid. I'm setting the grid with: $scope.gridSettings = { …

angularjs twitter-bootstrap datepicker timepicker
jQuery bootstrap date range picker with months only view mode

I need a jQuery date range picker that combines the features of these following two great plug-ins. In bootstrap-daterangepicker I'm …

jquery twitter-bootstrap datepicker twitter-bootstrap-3 daterangepicker
symfony2 - datetime picker - combine form types into one

I am looking to create a re-usable datetime picker in symfony2. The idea is it will consist of 3 separate input …

forms symfony datepicker datetimepicker
Rails 4 - Convert datetime into separate date and time fields

How can you convert a mysql datetime field into two form fields (1) date only, (2) time only, and combine both fields …

ruby-on-rails datetime datepicker ruby-on-rails-4 timepicker
How to invoke date picker from date input in javascript?

Chrome has native date picker for <input type="date">: I like it, and it's totally ok with me …

javascript html datepicker html5-input-date
How to customize the style in react-datepicker?

I want to change the style of react-datepicker: 1.change the input box to a customized style 2.change the style and …

reactjs datepicker react-datepicker
VueJs - Element UI: How to get change el-date-picker

I have a case with Element UI 2.4.3 (actually for now i use 2.4.1). When i use el-date-picker @change: in previous version …

vue.js datepicker element-ui
endDate > startDate in angular material

I am building a component (html, css, spec.ts, ts) in angular in which I always want endDate > startDate. …

validation datepicker angular-material angular2-forms angular2-formbuilder