I am fixing someone else’s code and I’m not familiar with Full calendar. Can anybody help me with full calendar. I have an event set for 7:00AM-7:15AM, it should show that on the UI. What happens right now is that whenever I set to 15 mins duration the UI only shows the start time e.g. 7:00AM but …
Tag: fullcalendar-3
php include expression prevents FullCalendar from rendering
I am dealing with 2 php files which are tabs.php and timetable.php. tabs.php acts as a navbar and directs the user to many pages including timetable.php. Whereas timetable.php has a FullCalendar that works perfectly. The way I direct the user from tabs.php to timetable.php is as follows: The script for FullCa…
buttonText on ‘today’ view not updating
I’m updating the buttonText for ‘today’ in views and its not working. Updating the buttonText for the other buttons works fine. ‘today’ should be capitalized but its not… Answer Here’s demo using your code: http://jsfiddle.net/ocvpsLgt/ . The “today” butto…