Calendar customization
I have a requirement to display a calendar UI where depending on the current date, customization is needed to:
- Display four weeks in Calendar UI based on date and time starting from a Monday through to Saturday.
Ex: If current date is 8/20/2015, we should display 4 weeks for the user starting the Monday (which is already passed) of the current week i.e from
8/17/2015 to 9/12/2015
- Calendar should display in weekly segments, where first two weeks of data is expanded, the next two weeks are collapsed (overlapping of months is necessary).
See attached snapshot of requirement, Client Calendar.
Thanks for all feedback and help.