Put this code into your page:
| <html> <head> <style> <SCRIPT LANGUAGE="JavaScript"> function show24HourTime() { function showTheHours(theHour) { function showZeroFilled(inValue) { function showTheTime() { </head> <BODY onLoad="showTheTime()"> <br><br><br> </body> |
Related Articles
- Javascript ClockThis will create a nice JS clock. You can change the color of it too.
- Binary ClockHours, minutes and seconds java script clock, with the twist that the time is displayed in binary! An unusual script, that gives a nice twist to the standard java script clock. The only down side is that you need to understand binary to read the time.
- Time and Date using PHPIn this tutorial we will learn how to display the day and/or time by using php. Its a very easy thing to do using php (theres only one line of code, thats right, only one!) so, lets get started.
- Date FunctionLearn how people use the date function in there php coding.
- Date and TimeDisplay the current data and time using a very small and common code.
- Displaying Date and Time using PHPType exactly like below in Notepad or any other HTML Editor and save it as date.php in your localhost.
- Minutes AgoGrab minutes ago with unix time.
- Custom GreetingIn the last tutorial we learned how to display the time using php. Now this is cool and all but lets get even cooler and learn how to put that time to work and display custom greeting depending on the time of day.
- Displaying Date and Time using PHPYou dont have to know PHP programming to do this tutorial.
- Randomizer for ASPThis article will show you how to create a simple but powerful randomizer.
