parent
a5c28f09a7
commit
6fa93c9648
1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
||||
--- |
||||
title: 'Introduction to Luxon' |
||||
description: 'What is Luxon, how does it work, and how to use it?' |
||||
authorId: 'arik' |
||||
seo: |
||||
title: 'Introduction to Luxon - roadmap.sh' |
||||
description: 'What are Luxon, how does it work, and how to use it?' |
||||
isNew: true |
||||
type: 'textual' |
||||
date: 2024-05-03 |
||||
sitemap: |
||||
priority: 0.7 |
||||
changefreq: 'weekly' |
||||
tags: |
||||
- 'guide' |
||||
- 'textual-guide' |
||||
- 'guide-sitemap' |
||||
--- |
||||
|
||||
Working with dates and times in JavaScript can be a pain. The built-in `Date` object is notoriously difficult to work with. This is where Luxon comes in. |
||||
|
||||
## What is Luxon? |
||||
|
||||
Luxon is a library for dealing with dates and times in JavaScript (Official Docs). It is developed by the team behind [Moment.js](https://moment.github.io/luxon/), another popular date and time library for JavaScript. |
Loading…
Reference in new issue