# Tyme.js [Site](https://justkato.me/) | [Docs/Wiki](https://github.com/JustKato/Tyme.js/wiki) | [Contributing](CONTRIBUTING.md) | Building the project yourself: ```shell $ git pull https://github.com/JustKato/Tyme.js tymejs $ cd tymejs $ npm run build ``` ## Download * [Web build](https://github.com/JustKato/Tyme.js/releases/download/3.0.0/tyme.js-3.0.0.zip.zip) Tyme.js is released under the [MIT license](license) & supports modern environments.
## Installation In a browser: ```html ``` Using npm: ```shell $ npm i tymejs ``` In Node.js: ```js ``` ## Why TymeJS? TymeJS makes working with JavaScript date objects much easier, I've found myself
multiple times in the situation where the client doesn't like their region's date format and requests for custom formats, this consumed a lot of time implementing, so that's why I have created this library, for: * Reliable Date formats * Reliable Time formats * TypeScript Support