๋ฐ์ํ
Intro
react-datepicker ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ฌ์ฉํ๋ ๋์ค, ๋๋ ์ง๊ฐ ์์ ๋ ์ง๋ฅผ ์ ํํ ์ ์๋๋ก ๋ ์ง๋ฅผ ์ ์ธํด์ผ ํ์ต๋๋ค.
How to solve the problem
๊ตฌ๊ธ๋ง ํ ์๋์ ๊ฐ์ ๋ต๋ณ์ ์ฐพ์์ต๋๋ค.
<DatePicker
selected={this.state.startDate}
onChange={this.handleChange}
minDate={moment().toDate()}
placeholderText="Select a day"
/>
DatePicker ์์ฑ์ minDate๋ฅผ ์ฌ์ฉํ์ฌ ์ ์ธํ ๋ ์ง๋ฅผ ๋ฃ์ด์ฃผ๋ฉด ๋ฉ๋๋ค.
https://stackoverflow.com/questions/50626937/react-datepicker-exclude-past-dates
๋ฐ์ํ
'Framework > React' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[React] Moment.js AM/PM์ ์ค์ /์คํ๋ก ํ์ํ๋ ๋ฐฉ๋ฒ (0) | 2023.01.10 |
---|---|
[Modern React] section1 : Let's Dive in! (0) | 2023.01.08 |
[React] react-datepicker ๋ผ์ด๋ธ๋ฌ๋ฆฌ css/style ์ ์ฉ ์๋๋ ์๋ฌ (1) | 2023.01.03 |
[React] React.FC ์ ์๋ฏธ์ ์ฌ์ฉํ์ง ์๋ ์ด์ (0) | 2022.10.02 |
[React] innerHTML & ๋์ ์ผ๋ก HTML ์ฝ๋ ์ถ๊ฐํ๋ ๋ฐฉ๋ฒ (0) | 2022.10.02 |