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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:22:51+00:00 2026-06-18T04:22:51+00:00

for verification as a bug, can someone test this with his php: $timeZone =

  • 0

for verification as a bug, can someone test this with his php:

$timeZone = new DateTimeZone('Europe/Berlin');
$startDate = new DateTime('first day this month 00:00:00', $timeZone);
echo $startDate->format('d.m.Y');

Result:

02.02.2013

I’ve tested it with php 5.2 and PHP 5.3, with same result….

As a “resolution”, what’s the best alternate way to do this?

$timeZone = new DateTimeZone('Europe/Berlin');
$startDateAlt = new DateTime('now', $timeZone);
$startDateAlt->setTimestamp(mktime(0, 0, 0, date("m") , 1, date("Y")));
  • 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-18T04:22:53+00:00Added an answer on June 18, 2026 at 4:22 am

    You omitted the of, so it parses it as something else:

    $timeZone = new DateTimeZone('Europe/Berlin');
    $startDate = new DateTime('first day of this month 00:00:00', $timeZone);
    echo $startDate->format('d.m.Y');
    

    returns

    01.02.2013
    

    If for some reason this doesn’t work (old php version it seems from your comment), you can try this? Bit of a hack maybe…

    $startDate = new DateTime();
    $days = $startDate->format('d');
    $days = $days - 1;
    $startDate->modify("-{$day} days");
    $startDate->setTime(0,0,0);
    echo $startDate->format('d.m.Y');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm implementing a SMS verification system. this system is provided by a third party
I have build a c# class library verification.dll using OpenCVSharp. This references OpenCvSharp.dll in
I keep running in to this awful OAuth Verification Failure, it seems to not
I need to delete something with 3 verification checks. how can i do it.
Regarding this post about email verification, using C#, how would you issue a VRFY
How can one ensure security without formal verification of a program that runs in
Can anyone verify what I am seeing is not a bug? I am checking
I am new to Mantis bug tracker and I want to enable the email
I do code verification image in PHP and i show it in another page
Many applications use emails for accounts verification and other different purposes.You can see that

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.