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.

Hide the datepicker only when clicking outside

I am using ng2-bootstrap datepicker in my angular2 application. And I want to hide the datepicker popup on clicking …

angular datepicker ng2-bootstrap
How to export const with NgModule

I have one constant which should be usable by other modules importing mine. I have Datepicker directive which has defined …

angular typescript datepicker angular5 ng-modules
How to validate mat-datepicker input using pattern?

I'm using mat-datepicker and the user is able to manually enter in a date. I would like to be able …

angular datepicker angular-material2 angular-forms angular2-form-validation
jQuery UI datepicker not showing week numbers

My jquery UI datepicker is not showing week numbers, even with the showWeek:true option set. Here is my code: &…

jquery-ui datetime datepicker week-number
Get the days in a Week in Javascript, Week starts on Sunday

Here's the given input from the user: Year = 2011, Month = 3 (March), Week = 2 I want to get the days in week 2 of …

javascript datetime date datepicker dayofweek
minDate and maxDate options are not working in datepicker

I'm using the "datepicker" plugin on my project, it's set to decade view, and I want to disable the future …

jquery datepicker bootstrap-4 bootstrap-datepicker maxdate
Datepicker for Bootstrap on mobile devices changing Format

I'm using following datepicker: (http://eternicode.github.io/bootstrap-datepicker/) for my date-Field. <input class="datepicker" style="width:100px;border-radius: 4…

twitter-bootstrap mobile datepicker format input-field
bootstrap-datepicker manually entered date issue

I'm using this bootstrap-datepicker and everything works fine except the input field doesn't allow to add a date manually or …

twitter-bootstrap date datepicker bootstrap-datepicker
add eventhandler to jquery UI datepicker after its creation

I have the following scenario: In my masterpage I have: $(".datepicker").datepicker({ changeYear: true, changeMonth: true, dateFormat: "dd/mm/yy", …

jquery jquery-ui javascript-events datepicker uidatepicker
Add input mask to React DatePicker

I have had a google and cant seem to find what I am looking for. I need a React Datepicker …

reactjs datepicker input-mask