Ionic2-Calendar
Ionic2-Calendar copied to clipboard
put the title of the date in capital letter
.
do it is possible to put the title the month date in capital lettre like this 'NOVEMBRE 2019'. i have already this 'novembre 2019'. I want just to put in capital lettre.
@sdore2021 I can think out two ways,
- You could use uppercase pipe, for example {{ value_expression | uppercase }}
- You could use dateFormatter option, it allows you to pass any custom logic to generate the title string.