1.0.3 • Published 2 years ago

vdate v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

VDate

VDate is a simple library of functionalities intended to make displaying date on pages easier by providing various format options and more.

Installation

Use the package manager to install vdate.

npm install vdate

Usage

import { VDate } from "vdate";
let d = new VDate("04-05-2020");

//returns "4-5-2020"
console.log(d.mdyDash());

// returns "05.04.2020."
console.log(d.dmyZeroDot());

Other functionalities

For documentation visit https://vdate.netlify.app/doc-main.htm

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago