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

initStartValue

initStartValue

  • component : <Rangepicker />

  • requird : false

  • type : Date | null

  • default: null

Rangepicker의 시작일을 설정합니다.

<Rangepicker initStartValue={new Date('2024-01-01')} />
PreviousinitValueNextinitEndValue

Last updated 1 year ago