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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:07:50+00:00 2026-06-11T20:07:50+00:00

I have a strange issue in my project. I am trying to dynamically insert

  • 0

I have a strange issue in my project. I am trying to dynamically insert parameters to Date object constructor. Here is my code:

from += fromYear + "," + fromMonth + "," + fromDay + "," + fromHour + "," + fromMinute;
to += toYear + "," + toMonth + "," + toDay + "," + toHour + "," + toMinute;

console.log(from);  //here is log value: 2012,8,25,9,22
console.log(to);   //another log: 2012,8,25,9,52

//Creating object               
var fromtime =  new Date(from);
var totime = new Date(to);

When I am trying to alert the date object (totime or fromtime) there is an error: Invalid Date. I have no idea how to pass it. Could you help me?

I tried this:
Creating Date Object JS

  • 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-11T20:07:51+00:00Added an answer on June 11, 2026 at 8:07 pm

    In your example from is a comma delimited string, not a series of discreet variables which is what the Date constructor requires as arguments:

    var fromtime =  new Date(fromYear, fromMonth, fromDay, fromHour, fromMinute);
    

    (Months are 0 based so you may want to add 1)

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

Sidebar

Related Questions

Strange issue I am having with my MVC3 project. I have followed a simple
I have this very strange issue with my MVC 2 project. Often times, I'll
I have upgraded to Delphi XE from 2009 and am experiencing a strange issue.
I have a very strange issue in my WPF project. The main window contains
I have created a sample project in D7 demonstrating that strange issue. It is
I have a really strange issue in my project. I have a facebook app
I have a strange XCode project compilation issue. I have a subclass of UIViewController
I have a strange issue with a MVC 3 app running as an Azure
I have a strange issue . I am currently working on a mail app
i have a strange issue with phpexcel on a pair of formulas and can't

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.