twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

How to change the viewTitle format for day #176

Closed Raagu1993 closed 5 years ago

Raagu1993 commented 5 years ago

How to change the viewTitle format for day?

twinssbc commented 5 years ago

@Raagu1993 You could use formatDayTitle option.

Raagu1993 commented 5 years ago

Thanks, How to use formatDayTitle option in project? where to specify? I have to display week name like "November 17, 2018 Monday".

Please find the below screen grab

image

twinssbc commented 5 years ago

@Raagu1993 You could use it as below in your HTML file.

format-day-title="MMMM dd, yyyy EEEE"
Raagu1993 commented 5 years ago

Thanks, it is working fine