I am new to Node.js and Jade and I have tried to use #{Date.now()} and it\'s giving me numbers. How do I display the date in mm/dd/yy format?
#{Date.now()}
mm/dd/yy
Or you could use the moment.js library to handle dates and format them accordingly to your needs