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

initValue

initValue

  • component : <Datepicker />

  • requird : false

  • type : Date | null

  • default: null

Datepicker의 초기값을 설정합니다.

<Datepicker initValue={new Date('2024-01-01')} />
PreviousIntroductionNextinitStartValue

Last updated 1 year ago