Summary
DateTime is an immutable data structure that can be used to represent a specific date and time, and it contains methods for creating, parsing, interrogating, transforming, and formatting them.
1
It is part of the luxon library
1
, which provides a powerful, modern, and friendly API for working with dates and times.
1
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
A DateTime is an immutable data structure representing a specific date and time and accompanying methods. It contains class and instance methods for creating, parsing, interrogating, transforming, and formatting them.
luxon 3.2.1 | Documentation
moment.github.io
In this tutorial, you'll learn about a new JavaScript library called Luxon which makes it ... local (); 2 let endDate = DateTime . local (). plus ({ minutes : ...
Using Luxon for Date and Time in JavaScript
tutsplus.com
Example: luxon plus DateTime.local().plus(123) //~> in 123 milliseconds DateTime.local().plus({ minutes: 15 }) //~> in 15 minutes DateTime.local().plus({ days: ...
luxon datetime plus duration code example
newbedev.com