1
Reply

asp.net with angular

shankar jha

shankar jha

Feb 8 2017 5:26 AM
270
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)