I have inherited some data from a client with one particularly irksome field, namely, the "birthdate" field. They have the dates formatted as "mmdd" with no character to separate the mm from the dd. What I would like to do is to simply add a dash ("-") after the 2nd character in the string. Is there a way to do this in PHP 5?
Thanks in advance for any thoughts you may have,
-Chris