Created
January 24, 2016 17:59
-
-
Save derhansen/72bd3e56b2c7e2c27144 to your computer and use it in GitHub Desktop.
DateTime object for the 01.01.2016 using \DateTime::createfromformat('d.m.Y', '01.01.2016')
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class DateTime#1 (3) { | |
| public $date => | |
| string(26) "2016-01-01 18:56:23.000000" | |
| public $timezone_type => | |
| int(3) | |
| public $timezone => | |
| string(13) "Europe/Berlin" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment