0
https://code.angularjs.org/1.6.5/angular.min.js
https://code.angularjs.org/1.6.5/i18n/angular-locale_en-us.js
我需要獲得當前
DATETIME_FORMATS.shortDate
說
<input type="date" name="fromdate" id="fromdate"
placeholder="MM/DD/YYYY" ng-model="fromDate" />
這樣的事情?
<input type="date" name="fromdate" id="fromdate"
placeholder="{{$locale.DATETIME_FORMATS.shortDate}}" ng-model="fromDate" />