Back

how to format date in React js

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

Step 1 - Add Plugin "Moment" npm install --save moment Step 2 - Use == {Moment(item.dated).format('D-M-Y')}