In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly explains "the detailed explanation of time and date processing in moment.js". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn the detailed explanation of time and date processing in moment.js.
Formatted conversion from Monday to Sunday
(y-M-month Dmuri-day)
Var timeNow = new Date () / / current time var weekOfday = moment (timeNow) .format ('E'); / calculate the day of the week var nowDay = moment (timeNow) .format ('YYYY-MM-DD') / / current date var Monday = moment (timeNow) .subtract (weekOfday-1,' days'). Format ('YYYY-MM-DD') / Monday date var Tuesday = moment (timeNow) .subtract (weekOfday-2, 'days'). Format (' YYYY-MM-DD'); / Tuesday date var Wednesday = moment (timeNow) .subtract (weekOfday-3, 'days'). Format (' YYYY-MM-DD'); / Wednesday date var Thursday = moment (timeNow). Subtract (weekOfday-4, 'days'). Format (' YYYY-MM-DD') / / var Friday = moment (timeNow) .subtract (weekOfday-5, 'days'). Format (' YYYY-MM-DD'); / / Friday date var Saturday = moment (timeNow) .subtract (weekOfday-6, 'days'). Format (' YYYY-MM-DD'); / / Saturday date var Sunday = moment (timeNow) .add (7-weekOfday, 'days'). Format (' YYYY-MM-DD') / / Sunday date / / get the total number of days of the current month moment (). DaysInMonth () official website excerpt: date format moment (). Format ('MMMM Do YYYY, h:mm:ss a'); / / May 27th, 4:47:31 afternoon moment (). Format ('dddd'); / / Wednesday moment (). Format ("MMM Do YY") / / 20moment (). Format ('YYYY [escaped] YYYY'); / / 2020 escaped 2020moment (). Format (); / 2020-05-27T16:47:31+08:00 relative time moment ("20111031", "YYYYMMDD"). FromNow (); / 9 years ago moment ("20120620", "YYYYMMDD"). FromNow () / / moment (). StartOf ('day'). FromNow (); / / 17 hours ago moment (). EndOf (' day'). FromNow (); / / within 7 hours moment (). StartOf ('hour'). FromNow (); / / calendar time moment (). Subtract (10,' days'). Calendar (); / / 2020/05/17moment (). Subtract (6, 'days'). Calendar () / / last Thursday 16:47moment (). Subtract (3, 'days'). Calendar (); / / Last Sunday 16:47moment (). Subtract (1,' days'). Calendar (); / / yesterday 16:47moment (). Calendar (); / / Today 16:47moment (). Add (1, 'days'). Calendar () / / tomorrow 16:47moment (). Add (3, 'days'). Calendar (); / / next Saturday 16:47moment (). Add (10,' days'). Calendar (); / 2020-06-06 multilingual support moment.locale (); / / zh-cnmoment (). Format ('LT'); / / 16:47moment (). Format (' LTS') / / 16:47:31moment (). Format ('L'); / / 2020/05/27moment (). Format ('l'); / / 2020/5/27moment (). Format ('LL'); / / 27 May 2020 moment (). Format (' ll'); / / 27 May 2020 moment (). Format ('LLL'); / / 27 May 2020 04:47 moment (). Format (' lll') / / 16:47moment (). Format ('LLLL'); / / Wednesday, May 27, 2020, 04:47 moment (). Format (' llll'); / / when Wednesday, May 27, 2020 arrives at 16:47, I believe you all have a deeper understanding of "detailed explanation of time and date in moment.js". You might as well do it in practice! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.