im trying to perform the next action:
I just wanna select month and year with the next example:
<ion-datetime presentation="month-year"></ion-datetime>
But i dont want this label visible all the time, i think its way more convenient to call it using a button.
Is it possible?
I tried calling the datetime with:
<ion-datetime-button datetime="datetime"></ion-datetime-button>
<ion-modal [keepContentsMounted]="true">
<ng-template>
<ion-datetime id="datetime"></ion-datetime>
</ng-template>
</ion-modal>
But i dont want to work with days/show them to the user.