Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

moment

/*
// https://momentjs.com/docs/
We now generally consider Moment to be a legacy project in maintenance mode. 
It is not dead, but it is indeed done.

In practice, this means:

We will not be adding new features or capabilities.
We will not be changing Moment's API to be immutable.
We will not be addressing tree shaking or bundle size issues.
We will not be making any major changes (no version 3).
We may choose to not fix bugs or behavioral quirks, 
	especially if they are long-standing known issues.

Here are the alternatives we recommend:{
"luxon":"https://moment.github.io/luxon/",
"day.js":"https://day.js.org/",
"date-fns":"https://date-fns.org/",
"js-joda":"https://js-joda.github.io/js-joda/",
"No Library":"JavaScript has always had a Date object, defined ECMAScript (ECMA-262) specification",
}
*/
Source by momentjs.com #
 
PREVIOUS NEXT
Tagged: #moment
ADD COMMENT
Topic
Name
8+6 =