twinssbc / Ionic2-Calendar

A calendar component based on Ionic framework
https://ionic-calendar-demo.stackblitz.io
MIT License
389 stars 199 forks source link

Change dayView "day" by clicking on monthView "date" programmatically. #207

Closed darkholiday closed 7 years ago

darkholiday commented 7 years ago

i am using monthView and dayView in the same UI and i would like to do this: when i select a date on the monthView calendar => the dayView scroll to that date programmatically . i included a picture so my question will be clear enough :D i just need some tips and i will do the rest.

untitled

twinssbc commented 7 years ago

@darkholiday Because of some bug of the ion-slides, I don't think two calendar work well in the same page, at least the swiping on the second calendar doesn't work. Anyway, to control the dayview to navigate to a certain date is quite simple, you just need to set the currentDate to the specified date.

darkholiday commented 7 years ago

Finally i did it XD Thank you for the tip it helped me a lot. if someone needs some help concerning this functionality PM me.

jayzyaj commented 6 years ago

@darkholiday How did u do it programmatically to navigate to the previous or nextmonth?

twinssbc commented 6 years ago

@jayzyaj Check the Common Questions section in README.