0.0.1 • Published 7 months ago

common-date-format v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

A simple NPM package to convert date formats in JavaScript.

Installation

You can install this package using NPM:

npm install

Usage

const formatDate = require('date-format-converter');

const originalDate = "2023-10-25"; // Date in yyyy-mm-dd format const formattedDate = formatDate(originalDate);

console.log(formattedDate); // Output: "25-10-2023"

Acknowledgments This package was inspired by the need for a simple date format converter in JavaScript.

0.0.1

7 months ago