SkillAgentSearch skills...

Xdate

A Modern JavaScript Date Library

Install / Use

/learn @arshaw/Xdate
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

XDate

A Modern JavaScript Date Library (circa 2013)

[!IMPORTANT] This package is no longer actively maintained (blog post). We recommend using temporal-polyfill instead. It is written by the same author and implements the new standard for JavaScript dates.

XDate is a thin wrapper around JavaScript's native Date object and provides enhanced functionality for parsing, formatting, and manipulating dates. It implements the same methods as the native Date, so it should seem very familiar.

Also, it is non-destructive to the DOM, so it can safely be included in third party libraries without fear of side effects.

Installation:

npm install xdate
var XDate = require('xdate')
var d = new XDate()
View on GitHub
GitHub Stars679
CategoryDevelopment
Updated1mo ago
Forks76

Languages

JavaScript

Security Score

95/100

Audited on Feb 20, 2026

No findings