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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T16:37:28+00:00 2026-05-12T16:37:28+00:00

I am pulling in data from a JSON file using FBJS AJAX. On of

  • 0

I am pulling in data from a JSON file using FBJS AJAX. On of the values in the json file is a date. The date has a UTC format, Date(1255535021000-0600).

However, I am getting an “invalid date” or “NaN” error whatever I do.

I have tried the following: new Date(1255535021000-0600), new Date(1255535021000), Date.parse(1255535021000-0600), Date.parse(1255535021000).

In old fashioned Javascript it works perfectly, but not when using FBJS.

What do I do to transform this into a usable date?

  • 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-12T16:37:29+00:00Added an answer on May 12, 2026 at 4:37 pm

    To get around FBJS terrible parsing and lackluster constructor I created an empty Date() and then called setTime().

    var tmp = new Date();
    tmp.setTime(1255535021000);
    

    This is a workable solution for now. However, I think that Facebook should do a better job providing consistent environment for the objects, like Date, that are, at least superficially, regular javascript.

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

Sidebar

Related Questions

I am pulling data from a web service and it is formatted as JSON.
In my jsp file I am pulling data from the request via request.getAttribute() .
I am pulling data from a bzip2 stream within a C application. As chunks
I'm pulling data from an API and filling a UITableView with article titles (from
I have a cakePHP application that is pulling data from two different databases, which
This should be really simple but what i'm doing is pulling data from a
I'm doing a kind of roundabout experiment thing where I'm pulling data from tables
I'm trying to get request a json object from the server each 10 seconds
The first time a user is visiting my website, I am pulling a lot
So I was searching the web looking for best practices when implementing the repository

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.