Hi all,
How do I select the time only from the below and assign it to a variable?
Thanks.
18/01/2006 09:23:00
This doesn't seem to work...just blank page displayed.
$class = '18/01/2006 09:23:00';
echo 'CLASS END: '.$class;
$end_explode = (" ", $class);