Hummm, well to go from the first occurance of the coma/space try this:
PHP Code:
Dim newDate
newDate = FormatDateTime((rsBlogEntry.Fields.Item("blogDate").Value), vbLongDate)
newDate = Mid(newDate, InStr(newDate, ", "), Len(newDate))
Can't try it right now but it should work.