katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

Day short name #80

Closed devqik closed 7 years ago

devqik commented 7 years ago

Is there any way to display day short name or day name ???

katemihalikova commented 7 years ago

There already are week day abbreviations in calendar in picker, see screenshot on right.

Do you want to display the day name in your UI? Displaying date in your UI is up to you. You can use angular date filter and its EEE, EEEE, or fullDate tokens.

devqik commented 7 years ago

Thank you so much. That worked I didn't know the right date filter token.