@abhi2601/date-formatter
v1.0.2
Published
convert date in dd-mm-yyyy format
Downloads
1
Readme
Date Formatter Package
Overview
The @abhi2601/date-formatter
package provides a simple and effective way to format dates in your JavaScript/TypeScript projects. This package allows you to convert dates into various formats with ease.
Installation
To install the @abhi2601/date-formatter
package, use the following npm command:
npm install @abhi2601/date-formatter
Usage
Importing the Package
import { dateFormatter } from '@abhi2601/date-formatter';
dateFormatter(date, format)