<?php $time = strtotime('2022-04-06 09:00:00'); $timemicro = number_format($time, 4, '.', ''); $micro = microtime(true); echo $timemicro." - ".$micro;
You have javascript disabled. You will not be able to edit any code.