Within my multisite installation I can get the registered and last updated time strings for a sub blog through get_blog_details and the blog ID:
echo get_blog_details($blog_ID)->registered
Ok, how do I format the resulting time string:
2011-09-28 00:20:34
Thanks