initValue

initValue

  • component : <Datepicker />

  • requird : false

  • type : Date | null

  • default: null

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

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

Last updated