Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

223
Views
¿Cómo obtener la diferencia entre dos datetime de moment.js?

¿Cómo puedo calcular la diferencia entre dos fechas en moment.js?

 moment.duration((moment(startDate).format("MM-DD-YYYY h:mm:ss a")).diff(moment(new Date()).format("MM-DD-YYYY h:mm:ss a"))); and My startDate = 2022-02-02T12:12:25Z
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Encontré la solución, puede ayudar a otras personas:

 var now = moment(new Date(), "DD/MM/YYYY HH:mm:ss"); var then = moment(new Date(startDate), "DD/MM/YYYY HH:mm:ss"); var diffTime = moment.duration(then.diff(now)); and it depends to you how you want to get difference in seconds ,minutes or hours : diffTime.asHours();
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!