<input type="date" name="date" autoComplete="on" value={this.state.value} />
and this one displays date format dd/mm/yyyy and I want to display the date format like this: yyyy-mm-dd
I really appreciate your help.
<input type="date" name="date" autoComplete="on" value={this.state.value} />
and this one displays date format dd/mm/yyyy and I want to display the date format like this: yyyy-mm-dd
I really appreciate your help.