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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:13:21+00:00 2026-05-29T19:13:21+00:00

I need to add days to given string date and display calculated date in

  • 0

I need to add days to given string date and display calculated date in string

This is what I have tried, but I could not make it work.

$date = date_create('1-Feb-2012');
$newDate = date_modify($date, '+2 day');
echo 'Your date is' . $newDate . '.';

This gives an error

Object of class DateTime could not be converted to string

  • 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-29T19:13:22+00:00Added an answer on May 29, 2026 at 7:13 pm

    You need to tell the DateTime object how to format its output using DateTime::format. So, for example:

    $date = new DateTime('1-Feb-2012');
    $date->modify('+2 day');
    echo 'Your date is' . $newDate->format('Y-m-d H:i:s') . '.';
    

    Also note that modify directly modifies the DateTime – it doesn’t just return a new one, as the documentation might lead you to believe – so I’ve removed the second variable. I’ve taken the liberty of changing the objects to the object-oriented form as well, which you should be using 🙂

    Here’s a working demo.

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

Sidebar

Related Questions

I need to add a specific column if it does not exist. I have
I need to add two irregular time series (covering business days). I have two
I have been searching for an answer to this question for days and it
I've tried Infragistics on this but they don't seem to understand what I am
How do I add a certain number of days to the current date in
I have got a string which is maybe date = 10/08/2011; English time style.
Given this table: How can I get the datediff in days between each status_date
I have written a stored procedure, & to execute this procedure I need to
I have been struggling with this error for 2 days now and i am
I have an issue related to calculating business days in Objective-C. I need to

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.