Skip to content

Instantly share code, notes, and snippets.

@ajeeshpu
ajeeshpu / gist:8908454
Created February 10, 2014 00:48
hooking a helper function for express to be used in views
var moment= require('moment')
module.exports = {
// Init custom express middleware
express: {
customMiddleware: function (app) {
app.locals.currentYear=function(){