I show date by this in ejs
<%= new Date();%>
it give me result
Tue Feb 02 2016 16:02:24 GMT+0530 (IST)
You can do this:
<%= moment(user.date).format( 'MMM-DD-YYYY') %>