<?php $input = '1330'; var_dump( $input, mb_substr($input, 0, 2) . ':' . mb_substr($input, 2, 2));
You have javascript disabled. You will not be able to edit any code.