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.

Unobtrusive validation in Chrome won't validate with dd/mm/yyyy

I'm trying to use the simplest possible scenario using a date picker in different browsers. I suspect I'm doing something …

jquery jquery-ui jquery-validate datepicker unobtrusive-validation
Multiple DatePickers in same activity

I am absolutely new to the Android platform and have been building an application while learning the development process. Currently, …

android date datepicker picker
How to disable dates before today in jquery UI datepicker?

I am making a hotel reservation system i have to disable past dates in jQuery UI datepicker here's the code …

jquery jquery-validate datepicker jquery-ui-datepicker
jQuery Datepicker for multiple inputs

I have a jQuery datepicker script: $(function() { $( "#datepicker" ).datepicker({ dateFormat: "yyyy-mm-dd" }); }); When I want to initialize this script for two …

javascript jquery jquery-ui datepicker jquery-ui-datepicker
Convert date and time to milliseconds in Android

I have Date and Time from DatePicker and TimePicker. Now i want to change the selected date and time into …

android datepicker datetimepicker timepicker
How to change the date format in the datepicker of Angular ngx-bootstrap inside a form

Using ngx-bootstrap Datepicker in an Angular 4 application, I know that normally you can specify the date format this way: <…

angular datepicker angular2-ngmodel angular-forms ngx-bootstrap
How to set locale format from datepicker?

How can I set the date format in jQuery UI's datepicker according to the user's locale? I get source html: &…

jquery jquery-ui datepicker jquery-ui-datepicker
Limit bootstrap-datepicker to weekdays only?

Is there anyway to allow only weekday selections in the bootstrap date picker found below? https://github.com/eternicode/bootstrap-datepicker/ …

jquery twitter-bootstrap datepicker bootstrap-datepicker
Jquery datepicker - only day and month

I want the user to specify their birthday or anniversary date (without year) in a form. For this, I want …

jquery jquery-ui datepicker jquery-ui-datepicker
jQuery UI: DatePicker ONLY CSS?

I'm using both the jQuery UI accordion and the datepicker. The accordion works great, but when I add the CSS …

jquery css jquery-ui datepicker accordion