> 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/weekdaylabels.md).

# weekdayLabels

* component : \<Datepicker />, \<Rangepicker />
* requird : false
* type : string\[]
* default: \['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']

&#x20;Datepicker의 요일 표기를 설정합니다.

```tsx
<Datepicker weekdayLabels={['일', '월', '화', '수', '목', '금', '토']} />
```
