<?php echo 'with dash and msec: ' . strtotime('2017-03-21-10:58:01.7888')."\n"; echo 'with space and msec: ' . strtotime('2017-03-21 10:58:01.7888')."\n"; echo 'with dash and no msec: ' . strtotime('2017-03-21-10:58:01')."\n";
You have javascript disabled. You will not be able to edit any code.