Luxon – A library for working with dates and times in JS
1–10 of 80 posts
Re: Luxon – A library for working with dates and times in JS
#2Re: Luxon – A library for working with dates and times in JS
#3Not a direct js dev so forgive my ignorance. How does this compare to moment.js [0]? Any feature differences? [0] https://momentjs.com/
Re: Luxon – A library for working with dates and times in JS
#4Not a direct js dev so forgive my ignorance. How does this compare to moment.js [0]? Any feature differences? [0] https://momentjs.com/
There's a page explaining this: https://moment.github.io/luxon/docs/manual/faq/why.html
Re: Luxon – A library for working with dates and times in JS
#5Re: Luxon – A library for working with dates and times in JS
#6Re: Luxon – A library for working with dates and times in JS
#7It's a port of the java8 date/time API, which is the most correct date-handling library there is.
Re: Luxon – A library for working with dates and times in JS
#8PLEASE use joda-js on Javascript: https://js-joda.github.io/js-joda/ It's a port of the java8 date/time API, which is the most correct date-handling library there is.
Re: Luxon – A library for working with dates and times in JS
#9Re: Luxon – A library for working with dates and times in JS
#10Earlier quoted context omitted.
There's a page explaining this: https://moment.github.io/luxon/docs/manual/faq/why.html
Thanks. This link should be on the github page to be honest. For people like me who do not (always) click through if they don’t see an immediate need. Only now notice the url contains moment and this is part of moment.