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.

DatePicker date input with custom format

I want to stote dates in my state using redux-form. I use react-datepicker. To make the datepicker compatible with my …

datepicker format momentjs redux-form
jQuery ui - datepicker prevent refresh onSelect

I'm using jQuery ui Datepicker to display a yearly inline calendar full of "special dates" (with colors). This is to …

jquery-ui datepicker refresh qtip
How do you use custom Datepicker and Timepicker skins?

I would like to use a custom skin for my Datepickers and Timepickers. Changing the background in XML doesn't do …

android user-interface datepicker timepicker
Angular 4 Date-Picker - How to restrict Future and Past Days

I want to restrict the future and past days using Angular 4 Date-Picker.I just want to enable Current Date[today] …

angular npm datepicker calendar dayofmonth
How to set date-picker with JQuery 3.3.1 and Bootstrap 3.3.7?

I have to set date picker for input fields in few different forms. In the past I have used jQuery …

jquery twitter-bootstrap twitter-bootstrap-3 datepicker eonasdan-datetimepicker
Android Date Picker Material Style

i have implemented the date picker on my fragment, this is the code: edittext_from.setOnClickListener(new OnClickListener() { @Override public …

android datepicker material-design material-components material-components-android
Date range pickers in angularjs

Can anyone suggest some good date range picker with angularjs which can work without range also? So, flexible to use …

angularjs datepicker angularjs-1.5 bootstrap-daterangepicker
How can I enable jquery validation on readonly fields?

Guys from http://jqueryvalidation.org/ just released version 1.13.1. Checking on their website i see this on the changelog: CORE: * Ignore …

jquery datepicker jquery-validate readonly
jQuery UI - Convert jQuery UI Datepicker to UNIX time

I'm using jQuery UI datepicker with time plugin. This is how I display time on the page in datepicker itself: 21.06.2012 08:00 …

javascript jquery-ui datepicker datetimepicker unix-timestamp
Flask & WTForms: DatePicker Widget to display a date

I have a small Flask app which has three fields (Destination, Start Time and End Time). I'd like to use …

python flask datepicker jinja2 datefield