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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:02:16+00:00 2026-06-03T02:02:16+00:00

DateTime::createFromFormat doesn’t appear to be working correctly, does anyone know a reason and/or how

  • 0

DateTime::createFromFormat doesn’t appear to be working correctly, does anyone know a reason and/or how to fix it?

Given this code:

var_dump(DateTime::createFromFormat('m', '02')->format('m'));
var_dump(DateTime::createFromFormat('n', '2')->format('n'));

My expected output would be

02
2

However I actually get:

03
3

Example:
http://codepad.viper-7.com/e4hns6

I’ve tested this on a multitude of servers including:

  • Win PHP 5.4
  • Linux PHP 5.3
  • Viper Codepad
  • 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-03T02:02:17+00:00Added an answer on June 3, 2026 at 2:02 am

    From the manual:

    “If format does not contain the character ! then portions of the
    generated time which are not specified in format will be set to the
    current system time.”

    The following should work as expected:

    var_dump(DateTime::createFromFormat('!m', '02')->format('m'));
    var_dump(DateTime::createFromFormat('!n', '2')->format('n'));
    
    # result:
    string(2) "02"
    string(1) "2"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

datetime.datetime.utcnow() Why does this datetime not have any timezone info given that it is
Given datetime.datetime.now(), how do I get this week's Monday - Sunday and then the
This: dtpFrom.DisplayDate = DateTime.Now -1; (which is how it was done in Delphi), does
I dont know why I am getting this error or how to fix it.
DateTime startDate = DateTime.ParseExact(2011-05-25 24:00:00, yyyy-MM-dd HH:mm:ss, System.Globalization.CultureInfo.InvariantCulture); for some reason parsing this string
While playing with PHP, I strucked on this : <?php $FebruaryTheFirst = \DateTime::createFromFormat('Y-m-d H:i:s',
I'm looking for a function identical to DateTime::createFromFormat but I need it to work
How can I get DateTime value in C# from row, the current code is
I am using DateTime.Now to show something according to today's date, and when working
I have a datetime column in SQL Server that gives me data like this

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.