I have a string like-
$strTime = "0920"
How to convert the above string to time format in PHP-
0920 -> 09:20
I am super new to PHP so may be this is a very basic question, I tried with strtotime method but it didn't give me the expected output.