Using moment.js to convert date to string “MM/dd/yyyy”

后端 未结 6 1733
有刺的猬
有刺的猬 2021-01-31 06:55

I need to take the date value from jquery datepicker turn it into string format \"MM/dd/yyyy\" so it can do the right ajax post. When the page loads or upon changing the datepic

6条回答
  •  误落风尘
    2021-01-31 07:27

    this also might be relevant to anyone using React -

    install react-moment (npm i react-moment)

    import Moment from 'react-moment'
    
    
    {yourTimeStamp}
    

    (or any other format you'd like)

提交回复
热议问题