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: () => {} }}>