As above, or if you want to do it with one formula, you can use something like this:
=CONCATENATE(MID(B4,1,5),MID(B4,6,4),MID(B4,11,4),MID(B4,16,4))
Then you can just copy the formula results back over the original cells - use Paste Special and select Values. Et voila!