indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
525 stars 227 forks source link

Formating the ng-model moment object #236

Open oriamd opened 6 years ago

oriamd commented 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' }"/>