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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:27:48+00:00 2026-06-13T14:27:48+00:00

Currently my code is adding a week, but I’m using Days instead of Weeks.

  • 0

Currently my code is adding a week, but I’m using Days instead of Weeks. I’ve read the documentation and don’t quite understand how it works.

PHP: DateInterval

# Adds 7 days to the project launch date.
$project_launch_date->add(new DateInterval('P7D'));

Instead of adding manual 7 days, how can I specify, ‘add a week’, or ‘add n weeks’?

  • 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-13T14:27:49+00:00Added an answer on June 13, 2026 at 2:27 pm

    If DateInterval is unclear for you, you can use more clear modify of DateTime class.

    $date = new DateTime();
    $date->modify('+1 day');
    $date->modify('+5 week');
    

    I prefer to use modify, because it makes code more readable without comments

    In case you prefer to use DateInterval, here is good reference: http://www.php.net/manual/en/dateinterval.construct.php

    So 5 weeks will be P5W, 3 month will be P3M, 5 weeks AND 3 month P3M5W and so on.

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

Sidebar

Related Questions

The code I'm currently working on requires adding an NSNumber object to an array.
Currently my code below works fine but it's a bit of overkill. In my
Currently this code generates a colored hyperlink to an ad listing on my site.
Currently my code loads a TabWidget with 4 tabs. The first tab points to
Currently our code uses a for-loop for filling a buffer holding a Unicode string
My code currently looks like this: private Foo myFoo; public Foo CurrentFoo { get
My code currently looks like this: <div style=position: fixed; width: 35.25%; height: 6.75%; left:
I currently have code that does the following: private final static ExecutorService pool =
I currently have code in objective C that can pull out an integer's most
I am currently writing code in C++ to find all possible permutations of 6

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.