Open oriamd opened 6 years ago
Is there a way to set the format of dateModel ? (not the dateString)
<input class="form-control" name="{{name}}" ng-model="ngModel" placeholder="{{::placeholder}}" ng-required="::required" ng-disabled="::readonly" moment-picker="dateString" format="{{format}}" locale="{{locale}}" start-view="{{startView}}" ng-model-options="{ updateOn: 'blur' }"/>
Is there a way to set the format of dateModel ? (not the dateString)