MCPcopy Index your code
hub / github.com/arshaw/xdate

github.com/arshaw/xdate @v0.8.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.8.3 ↗ · + Follow
44 symbols 121 edges 14 files 0 documented · 0% 2 cross-repo links updated 1y agov0.8.3 · 2024-07-31★ 67915 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
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()

Core symbols most depended-on inside this repo

XDate
called by 28
src/xdate.js
zeroPad
called by 11
src/xdate.js
getUTCMode
called by 7
src/xdate.js
curry
called by 7
src/xdate.js
getSetting
called by 6
src/xdate.js
pad
called by 5
test/old.js
formatDates
called by 5
src/extras.js
_getWeek
called by 4
src/xdate.js

Shape

Function 44

Languages

TypeScript100%

Modules by API surface

src/xdate.js38 symbols
test/old.js4 symbols
test/setters.js1 symbols
src/extras.js1 symbols

Used by 2 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add xdate \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact