Format a Javascript Date to RFC-822 datetime using moment.js

 https://gist.github.com/tleen/5109955

var rfc822Date = moment(yourDate).format('ddd, DD MMM YYYY HH:mm:ss ZZ')

Không có nhận xét nào:

Is it okay to use both fetchpriority="high" and loading="eager" in img tag?

 https://stackoverflow.com/questions/77744344/is-it-okay-to-use-both-fetchpriority-high-and-loading-eager-in-img-tag Yes Fetchpriority and l...