<?php $string = '10/06/2010 09:10:40 Work not yet started'; var_export(preg_split('/\S+ \S+\K /', $string, 2));
You have javascript disabled. You will not be able to edit any code.