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 6661943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:20:16+00:00 2026-05-26T02:20:16+00:00

I want to show events using the JQuery fullcalendar plugin (version 1.5.2). The JSON

  • 0

I want to show events using the JQuery fullcalendar plugin (version 1.5.2). The JSON data provided to this plugin is:

 [{"start":"2011-10-10","end":"2011-10-11","title":"Electric Picnic","allDay":true},
  {"start":"2011-10-10","end":"2011-10-11","title":"Oxeygen","allDay":true}]

I’ve set allDay to true, but when the events are displayed they look like they start at around 6AM on 2011-10-10.

enter image description here

I’ve also tried using the UNIX timestamp date format instead, but it didn’t make any difference. How can I make the events appear as though they last two whole days.

My fullcalendar code is simply:

    $(document).ready(function() {
        $('#calendar').fullCalendar({
            events: [{"start":"2011-10-10","end":"2011-10-11","title":"Electric Picnic","allDay":true}, {"start":"2011-10-10","end":"2011-10-11","title":"Oxeygen","allDay":true}],

            // Make the first day of each week a monday
            firstDay: 1,
            weekMode: 'variable',
            header: {
                left:   '',
                center: 'title',
                right:  'today prev,next'
            }
        });
    });

Here’s an example of someone using this plugin to display allDay events properly, but it’s not clear what’s different between their code/data and mine.

You can reproduce this problem locally by downloading this archive, unzipping it, then opening calendar.htm

  • 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-26T02:20:16+00:00Added an answer on May 26, 2026 at 2:20 am

    I figured out it is a problem with your CSS, namely main.css file. The lines 406­-413 create the unnecessary padding.

    tr>td:first-child, tr>th:first-child {
        padding-left: 1.25em;
    }
    
    tr>td:last-child, tr>th:last-child {
        padding-right: 1.25em;
    }
    

    Comment them and the padding from the left (and right) will disappear. Warning: These lines might be in use on other pages of your website, so you better edit them carefully.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the cluetip plugin together with the jQuery FullCalendar to show event details
I'm using Kwicks jQuery plugin for my portfolio. I want to show a child
I'm using the jQuery Validator plugin successfully on a form. This form is a
I want to show a popup screen on my page using JQuery UI Dialog
I'm using the latest version of the jQuery Validator plugin along with jQuery (1.6.2).
I'm using the jQuery Plugin jqModal . New to it, so i'm still learning
I want to show a jquery dialog next to a button when its clicked.
I have found a code to show Google maps with multiple markers using JQuery
I want to get the index of the current tab using jQuery UI tabs:
I'm using a repeater on my page. I want to populate this repeater based

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.