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

Different view format #232

Open SzabZol opened 6 years ago

SzabZol commented 6 years ago

Hy!

Is it possible a different view format for an input? I want a default "YYYY-MM-DD" format in background for request/response, but I want a "YYYY. MM. DD." format for an input to view.

Thanks!