Analogic Clock Analogic Clock is a PHP script for displaying an analog clock on your Web page. It uses the GD library to create the clock image on the fly. |
Binary Clock A simple clock that shows the current time in binary format(graphical). Adjustable to show local time. |
Bob's DateCalculator Calculate a date by adding or subtracting a certain number of days. Choose from different outputs. You can change, distribute or even sell the script. |
Bs_StopWatch A class to measure time intervals in microseconds. |
Chinese calendar converter This function can return the date of Chinese lunar calendar which is corresponding to the Gregorian calendar. Range from Jan 1st,1901 to Feb 11th,2021. |
Clock This script does not use the GD library. All PNG generation code, including CRC checksum calculation and ZLIB-implementation, is pure PHP3. You can use it as a benchmark (because it's slow), or as a quick reference for implementing a simple PNG-file generator. |
CowTime This is a simple clock that you can call as an image from anywhere on your site. All you have to do is call the file CowTime.php as an image and it will do the rest. You can pass parameters to the script (described in the instructions) to change it from 12 to 24 hour and also add the seconds. NO PHP PROGRAMMING REQUIRED. |
Date and day of the week in php This easy script shows the date with the day of the week. Simply use a php include where you want it to show on your site and can be translated to another language. Really easy to use ause and to customize. |
date-diff.php This is a simple script to calculate the difference between two dates and express it in years, months and days. Use as in: "my daughter is 4 years, 2 month and 17 days old" ... Feel free to use this script for whatever you want. |
Digital Clock This is a PHP script for displaying the current time in a digital clock on your web page. It uses individual digit images for the clock, and does not require any special library. |
GMT-BST Timezone selector GMT-BST Timezone selector is a simple php script used to change the php date () function so that it gives the correct UK time (GMT/BST) even if your server is in a different continent. |
Graphical Clock This is a simple grphical clock script written in PHP. It allows you to display the current time in an analog clock on your Webpage. |
International Graph Date International Date is a highly configurable PHP script that allows you to display the current date in a gif image for a selected language. It currently supports En, Fr, De, Es and Se. |
Local Date Display This is a simple PHP script that ensures you can display the local time and/or date, even when your web server is located in a different time zone to the date and/or time you want to display. Ideal in situations such as virtual web hosting. Presently limited (as a simple 4-line script) in that you need to update the script at daylight savings time (but very very easy to change). |
Netbeat Time With this script you can easily display the netbeat time on your webpage. You can use your own custom digits or a text based version. Both included. |
Offset Calculator Helps you find the difference between your local time and the server time. |
Only Date Show date (month/day) on your website easily with a simple php code. |
PHP Date Picker The author writes "I was looking for the easiest, quickest way to add a date picker to my internal web site without having to add more javascript or a pop-up window. I found several fantastic javascripts to add calendars to the page and a few even used layers instead of pop-ups, but I was looking for something simpler. I noticed that although the javascript calendars will allow you to pick a date years away, most of my users were picking dates in the next 60 days and no more than 120 ever. So for my application I came up with this. Quick and easy you just call the function whereever you want the date dropdown to show up." |
PHP Day and Night Supply some geographic information to this script and it returns 'day' or 'night' according to the given locations sunrise/sunset. |
PHPClock A simple text clock with 4 differnet formats to choose from, also includes some date formats. Note this script only shows server time. |
RGNClock RGNClock is a nifty little program that displays the current time on your web server in graphical form. Very easy to instao install on any server, just by using include commands. |
Servertime This is a PHP class that shows the server time as a ticking digital text clock. New features: alarm times, date format in German, English and |
Simple Graphical Time Script This graphics based clock uses simple PHP functions such as date(), and then breaks down the numbers contained in the hours, minutes, and seconds. It then calls images based on the numbers. AM & PM is also called based on the current time! |
Time in Php A script to display the time of the day using a php include. Very easy to use and to change depending on your server's location if needed. |
Time Zones This package allows to add time zones to your site. |
Time Zones This package allows to add time zones to your site. |
Timed Greeting Different greetings appear at certain times in the day |
Unix date converter Run the script and fill in the form. This great script will convert any Normal Date (year, day, month, hour and minutes) into Unix Epoch Date (like 537033240) and will convert any Unix time in normal date (dd/mm/yyyy - hh:mm). Useful if you have to edit a php script or a mysql entry. A demo can be seen at: http://www.fanwars.it/script/unixdate.php. |
Website LastUpdatedTrick Function Do you want to make your website appear newly updated, even when the last update dates weeks back? Instead of showing today's date (which will make visitors suspicous) you can date your last update just a few days back using this function. (Nevertheless, a real update will always beat this function) |