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

The Archive Base Latest Questions

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

Provided the code stated below, the output are (see below). My question is why

  • 0

Provided the code stated below, the output are (see below). My question is why after 2009/11/01 it follow’s by 2009/11/30 and 2009/12/30 instead of 2009/12/01. From 2009/06/01 ~ 2009/11/01 there is no problem.

output
2009/06/01
2009/07/01
2009/08/01
2009/09/01
2009/10/01
2009/11/01
2009/11/30
2009/12/30

my code

<?php

$startdate = "2009/06/01";
$enddate = "2009/12/31";

$start = strtotime($startdate); 
$end = strtotime($enddate); 

$currentdate = $start; 
while($currentdate < $end)
{
    $cur_date = date('Y/m/d',$currentdate);
    $month = date('m', $currentdate); 
    $year = date('Y', $currentdate); 
    $monthLength = daysOfMonth($month, $year); 
    $currentdate += $monthLength; 

    echo $cur_date . "<br />";  
}


function daysOfMonth($month, $year)
{
    return (86400 * date("t", strtotime($year."-".$month."-01")));
} 

?>
  • 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:44:51+00:00Added an answer on May 13, 2026 at 6:44 am
    <?php
    
    $startdate = "2009/06/01";
    $enddate = "2009/12/31";
    
    $start = strtotime($startdate);
    $end = strtotime($enddate);
    
    $currentdate = $start;
    while($currentdate < $end)
    {
            $cur_date = date('Y/m/d', $currentdate);
    
            $currentdate = strtotime('+1 month', $currentdate);
    
            echo $cur_date . "<br />";
    }
    
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the example from TheElements sample code provided with the iPhone SDK
PROBLEM: Ok, I've been TRYING to follow the sample code on the MySQL Forge
Is anyone using the built-in code generation provided via text templates (using .tt files)?
What advantage, if any, is provided by formatting C code as follows: while(lock_file(lockdir)==0) {
A simple question, but could someone provide sample code as to how would someone
I have a design and object structuring related question. Here is the problem statement:
Can someome provide code or pseudo-code for how the paging links on StackOverflow are
Please, provide code examples in a language of your choice. Update : No constraints
Can anyone provide some pseudo code for a roulette selection function? How would I
I want to provide a piece of Javascript code that will work on any

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.