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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:11:36+00:00 2026-06-15T05:11:36+00:00

In my web-site I am getting a date from user which in format like

  • 0

In my web-site I am getting a date from user which in format like “dd-mm-yyyy”,now I want to get the date which is 7-day before of that user’s date.
I am able to get the current date in format “dd-mm-yyyy” but how would I know the date which is one week before user’s date in javascript?

  • 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-15T05:11:38+00:00Added an answer on June 15, 2026 at 5:11 am

    Try this–

     var MyDate = new Date('11/30/2012');  //date format in mm/dd/yyyy
     MyDate.setDate(MyDate.getDate() -7)
     var newDate = MyDate.getMonth()+1 + '/' + MyDate.getDate() + '/' +    MyDate.getFullYear()
     alert(newDate);
    

    Note- subtracting seven days to a date shifts the month or year and the changes are handled automatically by the Date object.

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

Sidebar

Related Questions

I am getting JSON string from website. I have data which looks like this
I want to format the date from a MySql result in this format (the
I have used some jquery components in my web site, Suddenly i'm getting an
I have a Drupal site on a shared web host, and it's getting a
I have try to get answer from Wordpress Answer but instead of getting answer
I've created some if / else statements to get name from url like http://website.com/page.php?name=Love
I'm getting an error from the Facebook Object Debugger for a web page I
I'm getting reports from my website of weird Javascript errors in a piece of
the tigris website http://subversion.tigris.org/getting.html#windows has a link to another svn server, which is called
i'm getting response 503 from Facebook linter while my website is accessible, what went

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.