I'm trying to find a way to place a colon ( : ) into a string, two characters from the end of the string.
Examples of $meetdays:
1200 => 12:00
900 => 9:00
1340 =>13:40
Not sure if this should be a regular expression or just another function that I'm not aware of.