Dates in Javascript - Moment JS, Date-Fns, Luxon

preview_player
Показать описание
In this video I want to talk about working with dates and times in javascript using several popular libraries like Moment js, Date-fns and Luxon. Actually Moment js was deprecated not so long ago so it's a nice time to talk about best possibilities to work with dates in Javascript.

🚨IMPORTANT:

🕛 TIMESTAMPS:
0:00 Introduction
0:41 Moment js is deprecated
3:56 Working with dates and times in javascript
5:15 Luxon usage example
11:44 Call to action

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

What is better today - Date-Fns or Luxon?

jklyfg
Автор

Thanks for your great tutorial, and I got a question about luxon, does it support customization for months abbreviations?

leesfamilytv
Автор

Hi, great tutorial. I have a question. Can I override the default browser timezone with Luxon?

АйкутФатин
Автор

If we set zone as UTC in fromjsdate method and I tried to enter date on form as 12AUG 2020 it displays it as 11aug 2020..for IST..but for EST it displays 12 aug only..I am using keyboard date picker from material ui picker and entering date manually through keyboard.
Any pointers will be appreciated 😊

pratikswvk