twinssbc/Ionic-Calendar

How to change the viewTitle format for day

Closed this issue · 4 comments

How to change the viewTitle format for day?

@Raagu1993 You could use formatDayTitle option.

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

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

format-day-title="MMMM dd, yyyy EEEE"

Thanks, it is working fine