px | top | add code | search | signup | login | help |
Title | Author | Rating | Views | Last Modified | ||
<? function lng 1.0 | Frank Dieckmann | -- | 17434 | 1998-09-05 05:10:44 | [ show ] | |
lngdate() is a language independent date() function with easy extendable language support | ||||||
Bs_StopWatch 4.2 | fab5 | -- | 4318 | 2002-11-26 23:12:24 | [ link ] | [ show ] |
class to measure time intervals in microseconds. You can take times during a code run and at the end get a time table as HTML or text table. The output will contain total and as delta between each take in microseconds. for a howto go to: http://www.blueshoes.org/howto/Bs_StopWatch.pdf | ||||||
CHKDate v1.0 | Jonathan Chote | -- | 24962 | 2000-07-05 17:16:38 | [ link ] | [ show ] |
This small include file for PHP 3 allows users to check for a valid date using strings - chkdate("2000","04","29") for example. | ||||||
Conversion of US Dat 1.0.1 | Mark Kronsbein | -- | 10761 | 1999-03-31 02:05:26 | [ show ] | |
Converts the English Names for Days and Mounths into the German Names - Konvertiert die Namen der Tage und Monate vom Englischen ins Deutsche | ||||||
Convert Seconds to Pretty, Human-Friendly String 1.0 | John Asante Ntow | 5.0 | 5126 | 2004-09-03 10:15:47 | [ link ] | [ show ] |
Simple functions to display seconds into 1.) "xx hour(s), xx min(s), xx sec(s)" or 2.) "hh:mm:ss" format. Useful in many instances. | ||||||
Date Converter 1.0 | Le Viet Thang | -- | 5100 | 2001-05-22 06:23:16 | [ link ] | |
This script displays date with name of day (e.g. Tue, May 22 2001) in any language. Easy to modify. | ||||||
Daylight Savings Tim 0.9 | Steve Edberg | -- | 10125 | 1998-04-13 21:19:35 | [ show ] | |
For all of us who live in places that change between daylight-savings and standard time. Returns 1 if given time is in daylight savings, 0 otherwise | ||||||
Get current week to display 01 | ravi | -- | 2734 | 2007-05-11 12:41:53 | [ show ] | |
This class will display Monday to Sunday, days and dates of the current week. | ||||||
htmlDateDraw 1.1 | Tony J. White | -- | 11971 | 1999-04-06 13:01:20 | [ show ] | |
a set of functions that save a lot of time and effort when a UNIX date needs to be drawn into an HTML form, then sucked back into a UNIX date varaible. http://tjw.org/projects/htmlDateDraw/ | ||||||
htmlDateDrawTest 0.0 | Tony J. White | -- | 10878 | 1999-04-06 13:06:57 | [ show ] | |
an example script that demonstrates how to use htmlDateDraw. | ||||||
multi-timer 1.0 | Ivo Stoykov | -- | 4348 | 2002-01-06 14:29:50 | [ link ] | |
compute the time elapsed for a given process (i.e. showing a web page into a browser) | ||||||
multi-timer 1.0 | Ivo Stoykov | -- | 3925 | 2002-01-06 14:29:55 | [ link ] | |
compute the time elapsed for a given process (i.e. showing a web page into a browser) | ||||||
PHP Benchmark Code Snippest 1.0 | Sam Blum | -- | 6392 | 2001-11-02 16:29:07 | [ show ] | |
Always wanted to know wath is faster: a switch or if/esleif. Started to benchmark some Code Snippest and you can add yours too. | ||||||
PHP Date Function | sardonyx quinx | -- | 8896 | 2003-09-18 22:40:54 | [ link ] | [ show ] |
Displaying a date or time in a webpage can be easily done with PHP rather than Javascript and Java. This function is one of the many important functions which are include in the lastest version of PHP application and further tweaking or configuration is not required. <br /><br /> The author will just show some of the widely used format that are used by many administrators. So if this is not enough and you have some difficulty in using the format for the date function, please contact me personally. | ||||||
Show Thai date 1.0 | satit phermsawang | -- | 6667 | 2001-08-10 04:36:47 | [ show ] | |
It\\\\\\\\\\\\\\\'s easy way to you , to show dynamic thai date on webpage. This version have two type of format(long & short) which\\\\\\\\\\\\\\\'s m-d-y => Display short date. mm-dd-yy => Display long date. more format, please wait for TDConv V1.5 enjoy!!!!! magnums | ||||||
split timestamp for W3C-DTF 0.1 | ahouitigou | -- | 4890 | 2002-06-01 11:45:04 | [ show ] | |
split W3C-DTF You can get timestamp array from W3C-DTF W3C-DTF details is http://www.w3.org/TR/NOTE-datetime | ||||||
System uptime for Linux 1.0 | Stephan Beal | -- | 12212 | 2000-02-16 09:07:45 | [ show ] | |
Get the system uptime, as parsed from /proc/uptime (so it only works on Linux, or other systems which have /proc/uptime). Returned as an array, so you can print it how you like. | ||||||
The datescroller 0.1 | Bryan Hunt | -- | 4328 | 2001-06-08 12:37:51 | [ show ] | |
This is a class which you can add to an existing php with hardly any modification. It provides the ability to jump between days,weeks,months and years. It preserves the original query string used to access the page and preserves it between subsequent calls to itself. | ||||||
timer 1.1 | David Sklar | -- | 12820 | 1998-01-26 15:14:17 | [ show ] | |
a class that uses microtime() to provide easy calculation of elapsed times | ||||||
Timer Applets 1.2 | Darren Gates | -- | 3032 | 2006-01-20 03:46:27 | [ link ] | |
Highly configurable Flash 7 timer / clock applets for your website. Set applet options via an external XML file. Several timer options, like color and font style, are configurable using an external XML file. All timers come with a DTD file to validate your XML (can be used with most XML editors, like the very popular XML spy). All applets include 100% of the Flash 2004 Pro. source code, so that even if the configuration option that you need is not available in the XML file, you can always directly edit the Flash source code. All ticker SWF files are very small and fast, in some cases under 5 KB! Most timer applets shown can be configured to use either PC time or Universal time, and some can use either 12- or 24-hour format, too. These options can be set in the XML configuration file. | ||||||
timers 1.0 | Ivo Stoykov | -- | 4081 | 2002-01-06 14:27:49 | [ link ] | |
compute the time elapsed for a given process (i.e. showing a web page into a browser) | ||||||
Timestamp <-> Unixti 1.0 | Lukas Loesche | -- | 9545 | 1999-04-20 02:28:52 | [ show ] | |
This two functions convert a MySQL Timestamp (and others?) to Unix time and backwards. Usage is self-explaining. | ||||||
TUFaT 2.8.0 | Darren Gates | -- | 2900 | 2005-12-15 05:43:31 | [ link ] | |
Create your family tree online, and let your family members all over the world add to it. Includes dozens of viewing options and administrative controls, import/export capabilities, image galleries, dynamic templates, and many more features. | ||||||
Ve kterém dni jste se narodily? - When were you born? 2.0 | Radim Kabeláč | 1.0 | 4316 | 2002-12-22 05:49:17 | [ link ] | [ show ] |
Napíše den kdy jste se narodily. Write day when we were born. | ||||||
WeekNumber 0.1 | Stefan Röhrich | -- | 13774 | 1998-04-06 16:46:36 | [ show ] | |
Function get_week_number which returns the week number of the given date according to ISO 8601:1988, also includes a function is_leap_year. |
Comments or questions?
PX is running PHP 5.2.17
Thanks to Miranda Productions for hosting and bandwidth.
Use of any code from PX is at your own risk.