0.0.3 • Published 1 year ago

custom-date-format v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

React Custom Date Format

Features

  • All the Moment.js format can be used

Install

npm i custom-date-format
yarn add custom-date-format

How to use?

import CustomDateFormat from 'custom-date-format';

<CustomDateFormat {...{
    value: new Date() [OR] timestamp, 
    format: "YYYY/MM/DD", 
    onChange: () => {}
}}>

Custom Format

Custom Format