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
527 stars 229 forks source link

Separate input format from output format #225

Open beachmachine opened 6 years ago

beachmachine commented 6 years ago

Some users may not use the date selector widget but rather enter the date via keyboard. Usually the format such users choose is not the same as the output format. Thus I implemented a parseFormat option, where you can specify a format, or a list of formats, used to parse the user input to an moment object.