StringBuilder sb = new StringBuilder(APTime); sb.Insert(4, "-"); sb.Insert(7, "-"); String time = sb.ToString();