I am trying to create a date picker (my app is in Ionic 5) that shows a month view when selecting date (instead of the native IOS date picker). Are there any plugins out there that can let me do this?
No, you should update to ionic 6. it has the new date component your asking about.
1 Like
I found a solution here:
References I used:
I was having dependency issues installing material, so I added this under dependencies in packages.json:
"@angular/animations": "~8.1.3"
Then I installed material using this command:
ng add @angular/material@8.0.0
I also didnt have angular installed so I used this to install angular:
npm install -g @angular/cli@8.1.3