Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

moment Format Dates

moment().format('MMMM Do YYYY, h:mm:ss a'); // 十月 28日 2022, 5:52:16 下午
moment().format('dddd');                    // 星期五
moment().format("MMM Do YY");               // 10月 28日 22
moment().format('YYYY [escaped] YYYY');     // 2022 escaped 2022
moment().format();                          // 2022-10-28T17:52:16+05:00
Source by momentjs.com #
 
PREVIOUS NEXT
Tagged: #moment #Format #Dates
ADD COMMENT
Topic
Name
3+4 =