Lấy ngày hiện tại trong javascript
date,tipjs,function
Lấy ngày hiện tại trong javascript
const getDay = (fillFlag=true) => {
const day = new Date().getDate()
const dayRe = day
if (fillFlag) day < 10 ? `0${day}` : day
return dayRe
}
//Ouput:
console.log(getDay());//27Có 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
Ajax, call jQuery POST to node.js expressjs
Ajax, call jQuery POST to node.js expressjs
serialize Form
Sử dụng formdata constructor để convert form, FormData, array.from(). Kết hợp window.encodeURIComponent() để encode từng value trong form.
Sử dụng reduce và concat làm phẳng một array
Array.reduce() và Array.concat() có thể giúp chúng ta làm phẳng một Array như:
Convert Array-like to True Array
Convert Array-like to True Array