> For the complete documentation index, see [llms.txt](https://shinyongjun.gitbook.io/react-datepicker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinyongjun.gitbook.io/react-datepicker/docs/timepicker.md).

# timepicker

* component : \<Datepicker />, \<Rangepicker />
* requird : false
* type : false | { hour?: boolean; minute?: boolean; second?: boolean; }
* default: false

시간선택기 사용 여부를 결정합니다.

```tsx
<Datepicker timepicker={{ hour: true, minute: true, second: true }} />
```
