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 there a way to chain multiple tailwind css classes on a single hover instance?

 https://stackoverflow.com/questions/73524088/is-there-a-way-to-chain-multiple-tailwind-css-classes-on-a-single-hover-instance There is a wa...