|
This small and very simple
The PHP Analog Clock is the
PHP native date functions use
A dynamic PHP script which
script will display the
most versatile PHP clock
integer timestamps for
will update the year of a
current date and time every
available on the internet.
computations. Because of
copyright notice
time a visitors browser is
You can change the way the
this, dates are restricted
automatically.
refreshed. It is extremely
entire clock looks, from its
to the years 1901-2038 on
easy to set-up and use and
face down to its hands. It
Unix and 1970-2038 on
you can have it working in
comes with several stylish
Windows due to integer
just a few minutes. It is
examples that are ready to
overflow for dates beyond
highly configurable meaning
use on your Web site.
those years. This library
that you can easily change
was developed to overcome
its' appearance to match
these limitation by
your site. Included with
replacing the native
the script are full
function's signed integers
instructions on setting it
with PHP floating point
up and using it. Multiple
numbers when necessary.
language support.
This library supports dates
from 100 A.D. to billions of
years in the future. For
high speed, this library
uses the native date
functions where possible,
and only switches to PHP
code when the dates fall
outside the 32-bit signed
integer range.
Date: Apr, 28 2005 Date: Jul, 04 2006 Date: Jan, 02 2005 Date: Feb, 12 2005 |
|
This is a simple script to
Does exactly what it says on
Birthday Script allows users
Measure PHP execution time
calculate the difference
the box - it converts a GMT
to submit their birthday
using this small and simple
between two dates and
date, entered by a user, in
dates to a script and have
script. PHP typically
express it in years, months
the format 'dd/mm/yyyy' into
it announced on a PNG
executes very quickly,
and days. Use as in:
UTC format and vice versa. A
signature or included
though some code takes
"my daughter is 4
handy tool to have around
script.
MySQL powered
significant time to execute,
years, 2 month and 17 days
when testing SQL date-based
and secured against HTML and
i.e. retrieving and parsing
old" ... Feel free to
queries where dates are
SQL Injection.
remote files, image
use this script for whatever
stored in UTC format.
manipulations, complex
you want.
and/or multiple SQL queries,
etc. If code is choking your
server's CPU, or your site
visitors are clicking away
because your page is taking
too long to respond, use
this PHP script to highlight
the bottlenecks.
Customizable output;
configure any number of runs
and display fastest,
slowest, and average
execution times. With
examples.
Date: Jul, 02 2003 Date: Oct, 03 2006 Date: Jun, 11 2006 Date: May, 22 2006 |