<md-datepicker>
is a component used to select a single date.
For information on how to configure internationalization for the date picker,
see $mdDateLocaleProvider
.
Parameter | Type | Description |
---|---|---|
* ng-model
Date
|
Date |
The component's model. Expects a JavaScript Date object. |
ng-change
expression
|
expression |
Expression evaluated when the model value changes. |
md-min-date
expression
|
expression |
Expression representing a min date (inclusive). |
md-max-date
expression
|
expression |
Expression representing a max date (inclusive). |
disabled
boolean
|
boolean |
Whether the datepicker is disabled. |