<?php $tekst = '19/11/1982 01:43:12.10'; $tablica = split( '[ /:.]', $tekst ); print_r( $tablica ); ?>