custom-date-format
v0.0.3
Published
## Features - All the Moment.js format can be used
Downloads
18
Maintainers
Readme
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: () => {}
}}>