Category "datepicker"

ng-bootstrap Datepicker defaulting the navigation year to 10 years before the current date

I believe the default behaviour is to default the Year navigation to the current year with 10 years prior as the minimun date and 10 years forward as the maximu

how delete focus border on click date

I need to put a date in my apllication so I do this: <!--data --> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 f

SwiftUI: DatePicker is it possible to display date/time in other timezone then current?

In UIDatePicker we can do something like this datePicker.timeZone = TimeZone(secondsFromGMT: 5*60*60) in order to specify timezone of datepicker. But how

How to remove arrows on hover of<input type=date> in Chrome [duplicate]

I've created date picker as a button,and when hovering it, it looks messy in chrome browser. may be the reason is only because of its default

How to restrict user below 18 years to not register using reactjs datepicker?

I have successfully implemented the react js datepicker. Now I want to restrict users below 18 years to not register. This is my datepicker <DatePicker se

Angular Material datepicker does not return value when action button is in use

The problem is that when clicking today-button, it is working, but when changing the date in datepicker, nothing happens and this seems to be because action but

Date Picker does not shown up

I am new to frontend development. Normally I do backend and infra. During the daytime I heard from the frontend-angular guys talking on datepicker widget a lot.

JavaScript open input date picker event

I am trying to open a date calendar input when a change event is activated. There is a drop down field, and when a user clicks the "Specific Date" option, I wou

Hide input field from vuejs-datepicker

I am using vuejs-datepicker in one of my vue project. I want to hide the default input and show the Calendar when user press a button. I am trying to have the &

Ion-datetime min/max for hours doesn’t works

I'm trying to implement a min and max attributes for datepickers. So i have two datepickers, one for start and another for the end, both just pick hours and min

Kendo UI datepicker incompatible with Chrome 56

After updating Chrome to version 56.0.2924.76 (64-bit), our Kendo datepickers stopped working. All datepickers were bound using ViewModels, and now they don't s

How can I load value on input date with angular?

I'm programming with Angular 1.5.5 and I'm using Materialize CSS 0.97.6. On my controller, I have $scope.myDate = '2017-01-13T02:06:40' In the HTML file, I have

MUI DatePicker hangs on big date changes

MUI DatePicker (either from Labs or X) was working fine. I cannot work out what happened, but it now hangs if I want to change the date by ten years. It seems l

How do you disable the datepicker in Microsoft Edge?

I have several inputs with type="date" and want to disable the default date picker in Microsoft Edge since I'm using jQuery's datepicker. How do I disable this

How can i make my placeholder show on datepicker input?

I have a react-datepicker component inside my form and i am trying to put a placeholder which says "please select a date" but datepicker only shows the date.I d

WheelDatePicker is invisible in iOS 15.0

I'm building an app in SwiftUI that needs DatePicker in the custom alert. Each time I use DatePicker with a WheelDatePickerStyle, it is invisible in IOS 15.0 (a

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: <input id="from" name="from"

How to invoke date picker from date input in javascript? [duplicate]

Chrome has native date picker for <input type="date">: I like it, and it's totally ok with me to have it work only in chrome. The que

How to customize Date Picker via simple css?

I am trying to achieve this My code is below HTML <input type="date" > CSS input { border: 1px solid gray; border-radius: 4px; }

Align dash core components horizontally

I want to align two Dropdown menus and a DatePickerRange horizontally. But with the following code: import dash import dash_core_components as dcc import dash_h