ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

how to use date-format="date" instead of date-format="MM/DD/YYYY" #97

Closed githubServic closed 7 years ago

githubServic commented 7 years ago

Thanks for great datetime-picker. it works like magic. so i wanted to customize date-format so that i can use in more readable way like use date-format="date" instead of date-format="MM/DD/YYYY". so date literally means MM/DD/YYYY. how do i do that ?

allenhwkim commented 7 years ago

Do you mean [date-format]="date"?