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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:42:42+00:00 2026-05-26T19:42:42+00:00

I tried it and searched a while on Google but there are the examples

  • 0

I tried it and searched a while on Google but there are the examples which are very complicated for me. I want to show a clock on my master page which should be dynamically. I am not much familiar with Jquery and all the examples I got there are with Jquery. So is there a simple way for a beginner to use that digital clock on master page. I also want to show the blink of the colon per tick which will separate the time.

  • 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-26T19:42:42+00:00Added an answer on May 26, 2026 at 7:42 pm

    Making a simple clock with javascript is not that difficult.

    Have a look here for an example:
    example

    I changed the example in the link a little so it’s easier to read and perhaps to understand:

      <input type="text" id="clock"/>
      <script type="text/javascript">
        setInterval("settime()", 1000);
    
        function settime() 
        {
          var dateTime = new Date();
          var hour = dateTime.getHours();
          var minute = dateTime.getMinutes();
          var second = dateTime.getSeconds();
    
          if (minute < 10)
            minute = "0" + minute;
    
          if (second < 10)
            second = "0" + second;
    
          var time = "" + hour + ":" + minute + ":" + second;
    
          document.getElementById("clock").value = time;
        }
      </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I searched and tried a lot, but I can't accomplish it as I want..
Here we go again , searched and tried myself but none of the online
I have searched the documentation and tried various techniques but have't found a suitable
I've searched for help and tried everything on this thread , but still can't
I've searched all over and tried everything but I still get: invalid multibyte char
I have searched a lot and tried much but I can not find the
EDIT (2011-07-23) Have gotten some very helpful answers, both of which I've tried implementing.
I searched for a while and tried to find a way to create a
I have searched and tried every example regarding singleton, public, and global variables in
Doxygen noob here. I've searched and tried to resolve this for several hours now

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.