Easily format JavaScript dates

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Isn't moment deprecated ? DayJs is very similar to moment. It's often what I have been using lately.

andrewTaylorCodes
Автор

Does it work for libraries that aren't essentially deprecated? Ex: date-fns, dajys, luxor, Temporal?

ChazAllenUK
Автор

doesn't JS offer a very thorough set of native methods to format dates these days?

Creamworks
Автор

Big us the VS Code shorts, these slap

maxbarton
Автор

Don't use moment tho, since it's deprecated.

kissu_io
Автор

I'd suggest not using a deprecated library to begin with 😬

SimonHoiberg
Автор

We're using luxon library as replacement for moment

iseeways
Автор

He still has the "(ツ)_/¯" on the title bar 😂😂😂

noxdaboxx
Автор

Pretty cool but momentjs is now deprecated, just for viewers to know :)

jonbikaku
Автор

I will make sure to "insult" the Intellicode extension

Zeegoner
Автор

Moment is deprecated. It's not treeshakable and that's a big deal given its size.

Zhuclam
Автор

Not working in my Vscode. I already installed the extension

phojie
Автор

Why would you encourage the usage of moment?

tauzN
Автор

Doesn't Date's UTCstring do the same

pranav
Автор

Or just press enter after your comment (if co-pilot is installef)

fille.imgnry
Автор

Day.js does this too similar to moment.js but much easier and better documentation

realminotaur
Автор

Como puedo yacer que la terminal de vscode acepte iconos?

lawrent
Автор

Can we get the same for the native javascript method

marlonmarcello
Автор

Here’s a better idea. Don’t use moment. Not even for a moment

JGB_Wentworth
Автор

Moment.js is deprecated. Use the native Intl functions.