pfDatepicker
patternfly.form
Angular directive to wrap the bootstrap datepicker http://bootstrap-datepicker.readthedocs.org/en/latest/
<ANY pf-datepicker
date="{string}"
options="{string}">
...
</ANY>
| Param | Type | Details |
|---|---|---|
| date | string | the date model |
| options | string | the configuration options for the date picker |