I want to format date as mm/dd/yyyy
. I tried the following and none of it works for me.
Can anyone help me with this?
reference: ui-date
<input ui-date ui-date-format="mm/dd/yyyy" ng-model="valueofdate" />
<input type="date" ng-model="valueofdate" />
This will work:
NOTE: once you replace these then remaining date/millis will be converted to given foramt.
see angular
date
api : AngularJS API: dateThe Angular -
date
filter:Usage:
Exampe:
Code:
Result: