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 8183009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T01:01:54+00:00 2026-06-07T01:01:54+00:00

I am making an HTML table that should hide certain parts according to the

  • 0

I am making an HTML table that should hide certain parts according to the time using JavaScript, for example;

6:30
6:45
7:05

When the current time is equal or greater than 6:30 the first cell should hide.

The way I start this is;

var now = new Date(); // to create date object
var h = now.getHours(); // to get current hour
var m = now.getMinutes(); // to get current minute

And then later;

if (h>=6 && m>=30) {
$(‘table#truetable tr:first’).hide();
}

This does not work (I think the problem is in the last part), as it wouldn’t hide this (first) cell in let’s say 7:25 as the minute number then isn’t greater than 30, which means this way wouldn’t work in many other cases.

Can I fix this? Do I need to do it another 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-06-07T01:01:57+00:00Added an answer on June 7, 2026 at 1:01 am

    Compare by minutes:

    if( h*60+m/*h:m*/ >= 6*60+30/*6:30*/ ){
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following HTML table code: <table> <tr> <th>Time</th> <th>Source</th> <th class=hide-on-phones>Destination</th> <th>Duration</th>
I'm working on making a dynamic HTML table using jQuery. In a table, my
I am interested in making some sort of HTML page that displays the name
I'm making my own website using html and php, and a database using mysql
Hi i am currently making a demo site from just pure html/css/javascript usually i
I'm using an HTML table for a calendar and I want to fill the
I am trying to work on getting better at making HTML forms using PHP
I'm having trouble making a HTML table behave. It's a wide table, about 44
I have a table that will rebuild async every time a new option is
I have a several tables nested within a table that I am parsing using

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.