I have a Date object. How do I render the title portion of the following snippet?
Date
title
If you don't need to support IE7, the following is a great, concise hack:
JSON.parse(JSON.stringify(new Date()))