Create new DateTime object in current date/time in your computer's time zone in PHP

Description

The following code shows how to create new DateTime object in current date/time in your computer's time zone.

Example


/*from   w  w w  . j a  v  a  2  s .  c o  m*/
<?php

// Current date/time in your computer's time zone.
$date = new DateTime();
echo $date->format('Y-m-d H:i:sP') . "\n";

?>

The code above generates the following result.





















Home »
  PHP Tutorial »
    Data Types »




Array
Array Associative
Array Util
ArrayObject
Data Types
Date
Date Format
DateTime
Number
String
String Escape
String Filter
String HTML
String Type
Timezone