Advertisement
wzul

GetDateTime.php

Mar 5th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. /* Get Datetime like Billplz API */
  3. $date = new DateTime();
  4. $timestamp = $date->format(DateTime::RFC3339_EXTENDED) . "<br>";
  5. echo $timestamp;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement