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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T20:02:53+00:00 2026-06-09T20:02:53+00:00

I want to validate 24 hour formatted Time, Time is in the following format.

  • 0

I want to validate 24 hour formatted Time, Time is in the following format.

HH:MM:SS

How could i go for it. Please help me.
My HTMl Code is

    <asp:TextBox Width="120px" MaxLength="20" ID="txtEndTime" runat="server"></asp:TextBox>
                                <ajaxctrl:maskededitextender id="metxtEndTime" runat="server" targetcontrolid="txtEndTime"
                                    mask="99:99:99" messagevalidatortip="true" masktype="Number" inputdirection="LeftToRight"
                                    clearmaskonlostfocus="false" acceptnegative="None" errortooltipenabled="True" />
  • 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-09T20:02:55+00:00Added an answer on June 9, 2026 at 8:02 pm

    To only validate the format, you can use this:

    var valid = (timeStr.search(/^\d{2}:\d{2}:\d{2}$/) != -1);
    

    If you’re trying to validate the values as well, you can try this:

    var valid = (timeStr.search(/^\d{2}:\d{2}:\d{2}$/) != -1) &&
                (timeStr.substr(0,2) >= 0 && timeStr.substr(0,2) <= 24) &&
                (timeStr.substr(3,2) >= 0 && timeStr.substr(3,2) <= 59) &&
                (timeStr.substr(6,2) >= 0 && timeStr.substr(6,2) <= 59);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to validate a textbox have numeric values using the following code, but
I want validate HTML code in Java. Like this: HTMLValidator.validateHTML(aaa<b>bbb<b>); // Returns false, because
I want to validate my value, but doesnt quite work if someone could help
I want to validate DateTime in (dd/mm/yyyy) format in client as well as server
I want to validate BirthDate, which should be in mm/dd/yyyy format, on the client
I want to validate the file format. How can i allow the user to
I want to validate some text boxes in my ASP.NET page using ASP required
I want to validate textbox so that it will accept only future date. Can
I want to validate following kind of url's in jquery and in PHP at
How can we validate the below code ? I want validate the input named

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.