angular2-datetimepicker
angular2-datetimepicker copied to clipboard
Angular 2 and 4 datetime picker component
Repro steps: Go to demo site in chrome (Version 64.0.3282.167): https://cuppalabs.github.io/angular2-datetimepicker/#/datepicker Select April 1 The datepicker displays March 31 Scroll to November 1 The datepicker displays October 31 On our...
Some parts of the world use 24 hour format for time. However that doesn't seem to be an option for the selector. Is it possible to get this?
Is it possible to display the time in GMT instead of showing the time that is local to the browser +/- their offset by using 'Z' in my format? Thanks...
settings = { bigBanner: true, timePicker: true, defaultOpen: false, format: 'dd.MM.yyyy HH:mm:ss' }
When dragged on calendar ( in case user does that or accidentally happens) while selecting date, the following error occurs and calendar stops working. DatePicker.html:21 ERROR Error: InvalidPipeArgument: 'Invalid Date'...
Hello, I recently used this package and found that some times the datetime UI does not apply the necessary CSS immediately. It takes a while and after some 10-15 seconds...
Hi, How do you change the text in the picker ?