Date Picker in React
Native <input type="date" value={day} onChange={…} /> stores YYYY-MM-DD. Enough for many forms. Calendar popups: a library. Always keep the value as a string or Date consistently — mixing is a bug factory.
Date Picker in React — on screen — date input 13 Aug 2002. Value is yyyy-mm-dd string.
Exam tip
Controlled date input first.