Hi,
I would use "Text to columns" twice.
First - with space as separator, which divides your string into two columns: date (still string) and time (already converted into numbers).
Second - with setting that converted values are supposed to be Date in order DMY or MDY (it depends on your input data).
Finally - if you want to keep data in one column - just sum date and time.