×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: userc865b
Added: Jul 17, 2017 2:26 PM
Views: 2438
Tags: php
  1. $now = DateTime::createFromFormat ( 'U.u', microtime ( true ) );
  2. $timestamp1 = $now->format ( "u" )/1000;
  3.