custom-date-format

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i custom-date-format

Weekly Downloads

8

Version

0.0.3

License

MIT

Unpacked Size

307 kB

Total Files

3

Last publish

Collaborators

  • sk003cs