Date Utilz
Date management for JavaScript.
The Fun Stuff
Why Another Date Management tool?
Several npms utilize multiple dependencies, and lead to code bloat. There are also several modules on the market that are very opinionated (e.g. force you to do certain things) or are focused on a single form of date management. This tool aims to be a lightweight, flexible solution that allows for infinitely customizable options to suit user needs.
Getting Started
- Install the npm in your project:
npm install --save date-utilz
- Require the library where needed:
const O = require('date-utilz');
- Manage dates in a more seamless way.
Slack
This is one of several projects that are in the works, so feel free to reach out on Slack. Please email slack at maddhacker dot com
for an invite.
Issues
Please use the Issues tab to report any problems or feature requests.
Change Log
All change history can be found in the CHANGELOG.md file.