I have a column that has the date & time in the same cell and I want to remove the date and leave the time
Current Example
[TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113"]01/01/2018 03:40:34[/TD]
[/TR]
</tbody>[/TABLE]
What I need is this
03:40:34
Current Example
[TABLE="width: 113"]
<tbody>[TR]
[TD="class: xl65, width: 113"]01/01/2018 03:40:34[/TD]
[/TR]
</tbody>[/TABLE]
What I need is this
03:40:34