Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7675801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:02:54+00:00 2026-05-31T17:02:54+00:00

With default view set to agendaWeek . If I load fullCalendar at 11:59PM the

  • 0

With default view set to agendaWeek. If I load fullCalendar at 11:59PM the today day slot is not automatically updated after 12:00AM until I refresh the browser.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T17:02:56+00:00Added an answer on May 31, 2026 at 5:02 pm

    This is how I fixed it:

    Call a function every 5 minutes (or any interval that suits your requirements)

    $(function() {
        var tInterval = 5*60*1000;
        timelineInterval = window.setInterval(updateFcToday, tInterval); // Update timeline after every 5 minutes
    });
    

    Add a function like this to the page that contains your calendar:

    function updateFcToday() {
        var curTime = new Date();
        if(curTime.getHours() == 0 && curTime.getMinutes() <= 5) // this five minutes is same interval that we are calling this function for. Both should be the same
        {// the day has changed
                var todayElem = $(".fc-today");
                todayElem.removeClass("fc-today");
                todayElem.removeClass("fc-state-highlight");
    
                todayElem.next().addClass("fc-today");
                todayElem.next().addClass("fc-state-highlight");
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm programmatically creating a folder using C# and need to set the default view
I'm trying to use coffeekup as my default template app.set 'view engine', 'coffee' app.register
How do I set gmaps4rails to show Terrain view directly or by default for
I set up a default Project Tasks view in Sharepoint 2010. However, the default
I have a few check boxes in my view set to default as active:
I recently installed Mvcmailer. Its default view engine has been set to Razor. I
How to set change a default View in MVC3 when debbuging the project in
i've set up a roo application. The default view resolver built-in in roo is
I have a UITabBarController where the default view controller is a UINavigationController . I
I'm new to iPhone development. I'm working on a table view (default UITableView subclass)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.