format date typescript react code example
Example 1: react date format
npm install moment --save
Example 2: how to trim dates in react
const DATE_OPTIONS = { weekday: 'short', year: 'numeric', month: 'short', day: 'numeric' };
npm install moment --save
const DATE_OPTIONS = { weekday: 'short', year: 'numeric', month: 'short', day: 'numeric' };