Returns the Date the page started loading, with a "good enough" version for browsers without performance.timing
.
$ component install segmentio/load-date
var date = require('load-date');
date.toString(); // "Wed Mar 06 2013 15:26:40 GMT-0800 (PST)"
MIT