0
<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.

mohandes
  • 127
  • 10
  • check this https://stackoverflow.com/questions/34676752/can-i-use-an-html-input-type-date-to-collect-only-a-year – Z0OM Mar 15 '22 at 07:36

1 Answers1

-1

You can use inputmask plugin.

Look this