paper-date-picker ================= **NOTE:** in bower, this package is `polymer-paper-date-picker` Material Design date picker, compatible with *Polymer 1.0* Provides a responsive date picker based on the material design spec. This component aims to be a clone of the date picker introduced in Android Lollipop. ![wide picker screenshot][wide] ![narrow picker screenshot][narrow] See the [component page](http://bendavis78.github.io/paper-date-picker/) for full documentation. ## Examples: Default picker: ```html ``` Setting the initial date to April 20, 2015: ```html ``` You may also specify a minimum and/or maximum date allowed in this picker using the same date notation: ```html ``` If you include this element as part of `paper-dialog`, use the class `"paper-date-picker-dialog"` on the dialog element in order to give it proper styling: ```html
Cancel OK
``` # Reporting Bugs When filing a bug report, please provide an example of how to repoduce using plunker, jsbin, jsfiddle, etc. You can use the following plunker as a starting point: http://plnkr.co/edit/9c787GHiBzX7zI5x6gsX # Contributing Pull requests are welcome and greatly appreciated. However, in order to speed up the review process, pull requests will not be merged if they include multiple unrelated changes (eg: "Fix for XYZ and other tweaks"). Also, don't include "opinionated" changes that aren't necessary for the feature or bugfix. When submitting a PR for a bugfix, please reference the issue number in the commit message. For example: "Fixes issue #123". --- If you find this component useful, please show your support by donating to [Bold Idea](http://boldidea.org). Click the button below! [![ideaSpark campaign button][donate]](https://donorbox.org/bold-idea-make-ideaspark-possible-for-dallas-area-students) [wide]: http://i.imgur.com/I0SjSWf.png [narrow]: http://i.imgur.com/SsrLJDo.png [donate]: http://www.boldidea.org/donate-badge-md-1.png