Hi Support:
When you set the show-weekend as false, I found an issue when you select a date in the month view.
<ej-schedule id="Schedule1" width="100%" height="525px" appointment-window-open="onAppointmentWindowOpen" cell-click="onClick"
show-weekend="false" current-view="Month"
current-date="new DateTime(2016, 6, 2)">
<e-appointment-settings apply-time-offset="false" id="Id" subject='"Subject"' start-time='"StartTime"' end-time='"EndTime"' all-day='"AllDay"' recurrence='"Recurrence"' recurrence-rule='"RecurrenceRule"'>
<e-datamanager id="Data" json="(IEnumerable<Schedule1.Controllers.HomeController.ScheduleData>)ViewBag.datasource"></e-datamanager>
</e-appointment-settings>
</ej-schedule>
To reproduce the issue:
1) Run the page with the show-weekend="false"
2) Go to the month of June
3) Click the Day 06
4) You will see that the Day View will show June 08
Thanks in advanced
David