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

  • Home
  • SEARCH
  • 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 9112999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T03:52:08+00:00 2026-06-17T03:52:08+00:00

I have a strange problem. I am using jQuery weekcalendar to show appointments in

  • 0

I have a strange problem. I am using jQuery weekcalendar to show appointments in a calendar in the browser.

Everything is fine with Chrome. All my appointments are shown. In all other browsers, I only see the calendar, but not the appointments.

This is the link to my calendar.

Does anyone have an idea what is going on here? I don’t know what code I should add to this question, as I have no idea where the problem is located. But the code is visible if you check the page source.

  • 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-06-17T03:52:09+00:00Added an answer on June 17, 2026 at 3:52 am

    Your problem has to do with the way you are parsing the date coming from the ajax call ‘http://www.slinder.ch/admin/php/termin_getappointments.php‘. You are using “new Date()” to convert to Date. Although this is working fine in chrome, it is not working in other browsers. Try parsing your date format as explained in the following post:

    How can I convert string to datetime with format specification in JavaScript?

    The answer that has the following code sample seems to be sufficient and it uses the exact date format returned by the ajax call:

    var dateString = "2010-08-09 01:02:03";
    var reggie = /(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})/;
    var dateArray = reggie.exec(dateString); 
    var dateObject = new Date(
        (+dateArray[1]),
        (+dateArray[2])-1, // Careful, month starts at 0!
        (+dateArray[3]),
        (+dateArray[4]),
        (+dateArray[5]),
        (+dateArray[6])
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have run into a strange problem on Android , using jQuery mobile and
I have a very strange problem using JQuery. I have a fileupload form where
I have a very strange problem. I am using jQuery to intercept a particular
has any one using Spring MVC with Jquery! i have got a strange problem
I have a very strange problem. Recently I've created an upload page using jquery
I have some strange issue using jQuery Validation plugin. Firs of all here is
I have just encountered a strange problem when using jQuery Mobile. I have a
I have a strange problem. I am using toggle to show and hide content
I have encountered a very strange problem in using jQuery load() . I used
I have a really strange problem. I'm using jQuery 1.7.1 and UI 1.8.17 for

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.