angular-material-datetimepicker
angular-material-datetimepicker copied to clipboard
Datepicker for Angular Material, mimick's Android's date time picker
@logbon72 @hexadecy i am getting date "2017-09-12T18:30:00.000Z" from the service response ...it is showing "13 sep 2017" in input field ...but if user wants to change the date...while opening ..it...
branch updated
I have a form that will pop up when I click on create button, but when I click on mdc-datetime-picker in that form , this form closes automatically, how to...
Hi, Is any possibility to set $mdDialog 'multiple' options directly from html? I'm asking, beacase i dont have any possible to change that in your code manually.
When switching locale language in real time the calendar is translated but the date in the textbox is not being translated. That's the input ` ` first i do `...
This would be fantastic if we could use it without the popup feature. For example, the Bootstrap UI datepicker will simply display the calendar as-is. Has anyone suggested this or...
In my current code I use `angular-translate` and tried to update the language of `ng-material-datetimepicker` when I update the language there. $rootScope.$on('$translateChangeSuccess', () => { const locale = $translate.use(); mdcDatetimePickerDefaultLocale.setDefaultLocale(locale);...
Is there any documentation for how to color/theme the datetimepickers?