Lấy tháng hiện tại trong javascript
date,tipjs,function
Lấy tháng hiện tại trong javascript
const getMonth = (fillFlag=true) => {
const mon = new Date().getMonth() + 1
const monRe = mon
if (fillFlag) mon < 10 ? `0${mon}` : mon
return monRe
}
console.log(getMonth());//5
Có thể bạn đã miss một số snippets code
lỗi access-control-allow-origin và cách khắc phục
lỗi access-control-allow-origin và cách khắc phục trong express, nodejs
Await in a for loop
How to Await in a for loop
Convert Array-like to True Array
Convert Array-like to True Array
try/catch es10
An update for developer convience allows the use of try/catch without an explicit e Error reference in the catch call.
Ajax, call jQuery POST to node.js expressjs
Ajax, call jQuery POST to node.js expressjs