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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T12:03:10+00:00 2026-05-31T12:03:10+00:00

How do you go in php from a nth day in the year to

  • 0

How do you go in php from a nth day in the year to the date like:

getdatefromday(275, 2012) 

and it outputs a date (better if an object).

And I’d like to do the opposite too, like getdayoftheyear("21 oct 2012")

  • 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-31T12:03:11+00:00Added an answer on May 31, 2026 at 12:03 pm

    This is pretty easy all around. You should read up on the DateTime object’s createFromFormat static method here, the date function here and the strtotime function here.

    /**
     * Converts the day of year of a year into a DateTime object
     * @param int $year The year
     * @param int $dayOfYear The day of year (value 1 till 365 or 1 till 366 for leap years)
     * @return \DateTime The resulting date
     */
    function getDateFromDay(int $year, int $dayOfYear): \DateTime {
        // Note: "Y z" and "z Y" make a difference for leap years (last tested with PHP 8.0.3)
        $date = \DateTime::createFromFormat('Y z', strval($year) . ' ' . strval($dayOfYear-1));
        return $date;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to create an array (in php) from sql results like this:
How can I create an array like the following in PHP from a database
how made in PHP from format 52.593800, 21.448850 format +52° 35' 37.68, +21° 26'
After compiling PHP from source are the devel libraries still needed? For example, I
I am trying to teach myself MySQL/PHP from the very beginning. The following code
Hi am trying to pass variables to php from inside an app. <?php //
I'm developing an MVC framework in PHP from scratch; mostly for the learning experience
I'm trying to create a new project in NetBeans PHP from existing sources. When
i am using php 5.2.8 i have index.html, which loads LOAD.PHP from IFRAME. iframe
What I want do to is to include 'file1.php' from 'domain1' into 'file2.php' on

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.