<?php $dt = '2011-12-17 09:30:56'; preg_match_all('/\d+/', $dt, $m); var_export( $m[0] );
You have javascript disabled. You will not be able to edit any code.