2 Week View FullCalendar not displaying correctly -


i trying follow this post , not sure if because running newer version of fullcalendar or did wrong.

this seeing after add 2 week view.

i figured out.

this line in code renderbasic(2, 2, weekends ? 7 : 5, true); should of been renderbasic(2, 7, weekends ? 7 : 5, true) instead of 2 second parameter should 7 show 7 days in week.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -