0

In this html code date format is mm/dd/year but i want dd/mm/year format.

 <label>LAUNCH DATE</label><br>
<h4><input type="date" placeholder="Launch date" name="date" class="form-control"
ng-model="user.date" required></h4><br>
MusicLovingIndianGirl
  • 5,909
  • 9
  • 34
  • 65
V Jayanth Reddy
  • 101
  • 1
  • 2
  • 13

1 Answers1

0

There is no way possible to change the format in input[type=date] if your want to change it than you can used to other library as like jquery ui library

According to @David Walschots

Community
  • 1
  • 1
Rohit Azad Malik
  • 31,410
  • 17
  • 69
  • 97