I have a Date object. How do I render the title portion of the following snippet?
Date
title
I would just use this small extension to Date - http://blog.stevenlevithan.com/archives/date-time-format
var date = new Date(msSinceEpoch); date.format("isoDateTime"); // 2007-06-09T17:46:21