material-datetime-picker
material-datetime-picker copied to clipboard
A material design date-time picker for the web
Added monthFormat option to pass to rome
Added options for minDate and maxDate to pass to rome
Since the source code is written in ECMAScript 6, can we some how make it compatible with angular 2+ ?
Based on another PR (https://github.com/ripjar/material-datetime-picker/pull/129), which was merged to version 2.3.0 but was removed in version 2.4.0, support for locale language was added. Also comparing to previous PR, this one...
It was a requirement for one of our projects to set a different Weekstart than Sunday (most european countries use Monday as their first day). In order to implement this...
This PR brings on three new options: - `datePickerOnly`: `boolean` (default `false`). This will only render the date picker ([preview](https://user-images.githubusercontent.com/512327/31300016-1ac2271a-aab7-11e7-9b73-d8dc49d31f44.png)). - `timePickerOnly`: `boolean` (default `false`). This will only render the...
Hello ! What a great looking widget ! Do you think we can add compatibility with mdc auto init library ? It just needs an appendTo function to be added....
I was trying this plugin but the clock hand can't moved to number 5, 6 and 7 on hours and 25, 30 and 35 on minutes time picker, maybe anyone...
Hi there, I am using the material datetime picker to save dates in DD-MM-YYY format. It works fine, but I can't get the picker to open with another default date...