1.0.7 • Published 2 years ago

@cch137/super-date v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Super Date

Extend the native JavaScript Date class to provide additional useful functionality.

Quick Start

const SuperDate = require('@cch137/super-date');

// declear a SuperDate
const x = new SuperDate();

// Additional declaration methods:
const y = SuperDate.$();

More Info

If your code editor is capable of parsing JS DOC, the auto-complete feature of your code editor will display the available methods of the SuperDate object, allowing you to easily see what SuperDate adds to the native Date object.

To gain a comprehensive understanding of each function’s usage, it is recommended to read the JS DOC in the source code. :)

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago