# date-picker ## Properties | Property | Attribute | Description | Type | Default | | --------------- | --------------- | ------------------- | ----------------------- | ----------- | | `defaultStyle` | `default-style` | | `string` | `undefined` | | `defaultValue` | `default-value` | YYYY-MM-DD | `Date \| string` | `undefined` | | `displayFormat` | -- | | `(d: Date) => string` | `undefined` | | `maxDate` | -- | | `Date` | `undefined` | | `minDate` | -- | | `Date` | `undefined` | | `target` | `target` | id of input element | `string` | `undefined` | | `valueChanged` | -- | | `(v: string) => string` | `undefined` | ## Dependencies ### Depends on - [single-date-picker](../datePickerParts/single-date-picker) ### Graph ```mermaid graph TD; date-picker --> single-date-picker style date-picker fill:#f9f,stroke:#333,stroke-width:4px ``` ---------------------------------------------- *Built with [StencilJS](https://stenciljs.com/)*