简体   繁体   中英

format date as desired format using javascript/moment

I need the data as Jun 1st, 2021. I need to use this in react. Could some one help how to get in this format using moment/javascript.

with moment you can use this - moment().format('MMM Do, YYYY');

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM