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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:46:47+00:00 2026-05-13T06:46:47+00:00

How to implement the function ? So it’ll output an array containing 2009-12-25 2009-12-26

  • 0

How to implement the function ?

So it’ll output an array containing 2009-12-25 2009-12-26 2009-12-27 2009-12-28 2009-12-29 2009-12-30?

  • 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-13T06:46:47+00:00Added an answer on May 13, 2026 at 6:46 am
    $startdate = strtotime("2009-12-25");
    $enddate = strtotime("2009-12-30");
    $steps = "1 day"; 
    
    # Start
    $date = $startdate;
    while ($date <= $enddate)  
      {   echo date("Y-m-d", $date)."<br>";
          $date = strtotime ("+".$steps, $date); // can be slow with large arrays, 
                                                 // you can also just add 60*60*24 seconds
                                                 // to $date
    
       }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After reading about VA_NARG I tried to implement function overloading depending on number of
I want to implement this function: Public Function GetFunc(Of TSource, TResult) _ selector As
I am trying to implement this function which works everywhere except every IE version
I'm trying to implement a function as a part of a firefox add-on with
I'm trying to implement a function that allows me to make a call like
I had an assignment in school last week to implement a function for calculating
In simple words, I want to implement a function like that: let myfunction (scalar
Hey guys, I'm currently trying to implement a function using C that takes in
I have a function that takes a variable number of arguments in C that
I have thousands of function wrappers which inside actually perform a similar logic like:

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.