moment / luxon

⏱ A library for working with dates and times in JS
https://moment.github.io/luxon
MIT License
15.05k stars 728 forks source link

Alias DateTime in documentation site #1546

Closed forgotPassword closed 4 months ago

forgotPassword commented 7 months ago

All examples use DateTime. The install guide even suggests doing the alias.

The first thing I tried was to copy the example on the landing page DateTime.now().setZone('America/New_York').minus({weeks:1}).endOf('day').toISO(); -> Uncaught ReferenceError: DateTime is not defined at <anonymous>:1:1

linux-foundation-easycla[bot] commented 7 months ago

CLA Not Signed

icambron commented 4 months ago

thanks