shankar jha

shankar jha

  • 1.4k
  • 267
  • 36.5k

asp.net with angular

Feb 8 2017 5:26 AM
How to change html5 calender format in angular js.
ex-DD-MM-YYYY
i already tried but not a get result. 
<input id="date" type="date" class="form-control" value="{{ CopyInDate | date: 'dd-MM-yyyy' }} ng-model="CopyInDate" placeholder="Date copy/update is due from the author"/>

Answers (1)