This repository has been archived on 2024-01-19 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
dc77be9a2ddb77b7f4b97faf4b69017a84030fb1
Tyme.js
Site | Docs/Wiki | Contributing |
Building the project yourself:
$ git pull https://github.com/JustKato/Tyme.js tymejs
$ cd tymejs
$ npm run build
Download
Tyme.js is released under the MIT license & supports modern environments.
Installation
In a browser:
<script src="tyme.js"></script>
Using npm:
$ npm i tymejs
In Node.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
Description
Languages
TypeScript
100%