Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 870239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:26:21+00:00 2026-05-15T10:26:21+00:00

Having two strings (start and end time) in such form 16:30, 02:13 I want

  • 0

Having two strings (start and end time) in such form “16:30”, “02:13” I want to compare them and check if the gap is greater than 5 mins.

How can this be achieved in Javascript in an easy way?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T10:26:22+00:00Added an answer on May 15, 2026 at 10:26 am
    function parseTime(time) {
      var timeArray = time.split(/:/);
      // Using Jan 1st, 2010 as a "base date". Any other date should work.
      return new Date(2010, 0, 1, +timeArray[0], +timeArray[1], 0);
    }
    
    var diff = Math.abs(parseTime("16:30").getTime() - parseTime("02:13").getTime());
    if (diff > 5 * 60 * 1000) { // Difference is in milliseconds
      alert("More that 5 mins.");
    }
    

    Do you need to wrap over midnight? Then this is more difficult. For example, 23:59 and 00:01 will produce a difference of 23 hours 58 minutes and not 2 minutes.

    If that’s the case you need to define your case more closely.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings, I have file with the following strings: string.Format({0},{1}, Having \Two\ On The Same
EDIT: It seems to be something with having the two queues in the same
I am having trouble integrating two products, one of which is mine and they
Consider two tables transaction and category each having their own ID and information. A
After having looked at each of these two projects, it seems that both are
I have two third-party libraries occasionally having the same symbol name exported. When the
Having difficulty articulating this correlated subquery. I have two tables fictitious tables, foo and
I am having trouble constructing a single XPath statement to return two different sets
I'm having some problems displaying the contents of one NSArrayController in two windows defined
I am having dependency troubles. I have two classes: Graphic and Image . Each

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.