Skip to content

Instantly share code, notes, and snippets.

@xjamundx
Created August 4, 2011 17:24
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 xjamundx/1125686 to your computer and use it in GitHub Desktop.
Save xjamundx/1125686 to your computer and use it in GitHub Desktop.
Epress.js Date Helper Example
// main app
var helpers = require('./util/helpers')
app.helpers({"timeAgo": helpers.timeAgo})
// view code
<span class="created"><%= timeAgo(activity.created) %></span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment