Issue 2395: Incorrect day in agendaDay when using hidden days property
Status:  Released
Owner: ----
Closed:  Jan 2015
Reported by nikolasp...@gmail.com, Dec 21, 2014
Hi, 

i  m using fullcalendar 2.1.1 and i m facing an issue with incorrect date when current day matches the hidden day.
i ve set Sunday as hidden day (0). There is no view of Sunday as expected, however when current day is Sunday, if i select Today date with Today button or even if i toggle from monthview to agenda view, on Sunday, i get in the header
"December 21 2014" and on the view day Monday.

I do get correct day, since i ve chosen Sunday to be hidden but December 21 2014, stands for Sunday, and not Monday
Jan 6, 2015
Project Member #1 adamrs...@gmail.com
I have an idea of what might be going wrong, but could you please post an online demonstration of this? Would make it a lot easier to debug.

http://fullcalendar.io/wiki/Reporting-Bugs/
Status: Reproducing
Labels: Type-Bug
Jan 7, 2015
#2 nikolasp...@gmail.com
hi Adam,

http://jsbin.com/joyiriduze/1/edit?js,output i have created a sample over this link, so only hink needed is to select today when actual day is Sunday..
Jan 10, 2015
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Accepted
Jan 11, 2015
Project Member #4 adamrs...@gmail.com
This problem has been addressed in v2.2.6. It is now no longer possible to have a single-day view (like basicDay or agendaDay) ever rest on a day that is hidden. So, if the current date is hidden (for example, a Sunday when weekends=false), and the user goes to a day view, it will show the following day, Monday, instead. I think this is reasonable behavior to disallow navigating to hidden days.
Status: Released