react-datepicker
  • Introduction
  • Docs
    • initValue
    • initStartValue
    • initEndValue
    • onChange
    • useClearButton
    • valueFormat
    • labelFormat
    • showsMultipleCalendar
    • weekdayLabels
    • className
    • timepicker
    • timeStep
Powered by GitBook
On this page
  1. Docs

weekdayLabels

  • component : <Datepicker />, <Rangepicker />

  • requird : false

  • type : string[]

  • default: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']

Datepicker의 요일 표기를 설정합니다.

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

Last updated 1 year ago