SyntaxFix
Write A Post
Hire A Developer
Questions
this also might be relevant to anyone using React -
install react-moment (npm i react-moment)
npm i react-moment
import Moment from 'react-moment' <Moment format="MM/DD/YYYY">{yourTimeStamp}</Moment>
(or any other format you'd like)