Posts by AliBabaMc • 9 points
1 post
-
0
votes1
answer383
viewsQ: Data formatting in Node.JS, with Sequelize and Moment.JS
I would like to format a date that is being loaded from the database with Sequelize. I’m blogging and I need to get the article creation date My route: app.get("/", (req,res) =>{…