Skip to content

Instantly share code, notes, and snippets.

@newz2000
Created January 15, 2015 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newz2000/f4903b54a5f297fa9f74 to your computer and use it in GitHub Desktop.
Save newz2000/f4903b54a5f297fa9f74 to your computer and use it in GitHub Desktop.
Demonstrate dateHelper
var recently = Date.now() - (Math.random() * 1000000);
res.render('index', {
someDate: new Date(recently),
title: 'Express'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment