Content: Binclock.php, ...
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.
How to use:
Array getchinesedate(int year,int month,int day); year,month,day are the year, month, day of the Gregorian calendar.
Returns an array with 6 elements. Index 0 contains the year of the Chinese lunar calendar, index 1 contains the month of it. index 2 is the day of it, index 3 contains 1( if the month is a leap month ) and 0 ( if not ), index 4 is the Heavenly Stems of the Chinese lunar calendar, and index 5 contains the Earthly Branches of it. ...
***************************************** *NanoOnline - Online Graphical PHP Clock* ***************************************** * Script Written by Robert Wood * * mailto: info
This is just a simple script that when called, places a clock on your page. You just call the script and depending on the parameters included when you call the image determines what the clock will look like. There are four formats that the clock can look like. 12 hour clock without seconds is the default, 12 hour with seconds, 24 hour without seconds, and finally 24 hour with seconds. For further information, upload the contents of this zip file to a web server running PHP with the GD library installed and call up the included index.html file to see it work in action. ...
Content: Friday.jpg, Monday.jpg, Thursday.jpg, Tuesday.jpg, Wednesday.jpg, Weekend.jpg, Days Images.php, ...
Gilly © 2005 - webmaster
Gilly's Page Load Time - v1.0
*********************************************************************************** * * Please, if you use this script consider donating to help keep Gilly's Portfolio * alive by visiting our website and clicking Donate (if you havent already) * ***********************************************************************************
Files Just Downloaded ~
The contents of "load time.zip" ........ ...
$Id: README,v 1.5 2005/04/21 10:21:20 cybot_tm Exp $ $Source: /cvsroot/phpdatetime/phpDateTime/README,v $
phpDateTime - Readme
A set of PHP-Classes to handle Date and Time values
Version 0.6.1.0-dev - https:sourceforge.net/projects/phpdatetime/
Copyright (C) 2003-2005 Sebastian Mendel
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. ...