1.0.7 • Published 2 years ago
@cch137/super-date v1.0.7
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. :)