better-date.js
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

ram-api.js


Discord server npm version npm downloads Tests status

Utilisation & Example

To install it, run the following command:

npm i better-date.js or yarn add better-date.js

Code example:

import * as betterDate from "better-date.js"; // typescript
const betterDate = require("better-date.js"); // javascript
/* examples */

new betterDate.BetterDate("America/New_York", 12)
  .formattedAsync(new Date())
  .then((data) => console.log(data))
  .catch((err) => {}); // {time, calendar}

Additionnal Informations

This package is under GNU Public Licence 3.0. Use the packages as your wishes. If you find any bugs, please repport them at https://github.com/Gamearoos-development/better-date.js/issues A suggestion? Send me an email or open an issue with the suggestion label! WE ARE NOT RESPONSIBLE FOR WHAT YOU DO WITH THE PACKAGE!

Readme

Keywords

none

Package Sidebar

Install

npm i better-date.js

Weekly Downloads

1

Version

2.0.0

License

GNU 3.0

Unpacked Size

52.3 kB

Total Files

15

Last publish

Collaborators

  • gamearoo