July 18, 2015

PHP- full calendar how to remove extra slots when week view?


Please do following change in .js file where calendar function call like: calendar.js file:

$('#calendar').fullCalendar({ //re-initialize the calendar
header: h,
        slotMinutes: 30,
});


Enjoy!

No comments:

Post a Comment

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...