How do I display todays date in Node.js Jade?

前端 未结 7 1460
囚心锁ツ
囚心锁ツ 2021-01-31 15:04

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?

7条回答
  •  Happy的楠姐
    2021-01-31 15:50

    Or you could use the moment.js library to handle dates and format them accordingly to your needs

提交回复
热议问题