<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/544.html</link><description>Date and Time RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>dateRange Class for PHP</title>
<link>http://www.advancescripts.com/detailed/15498.html</link>
<description>dateRange is a simple php class designed to help you determine if a date is in a given range. You can create a new dateRange with a start date and an end date. You can also optionally give it a name and create a list of dates that are &quot;excluded&quot; (i.e. within the start and end dates, but not considered valid for your purposes). Useful as a convenience class for calendar modules, for form validation, for determining the current season, and all kinds of other things.</description>
</item>
<item>
<title>ArMktime</title>
<link>http://www.advancescripts.com/detailed/14489.html</link>
<description>This class can be used convert a date in in the Islamic calendar to a timestamp value. It works like the PHP mktime function. It takes a list of parameters to represent the different components of a date and time in the Islamic calendar instead of the Gregorian calendar. The class returns a timestamp integer value after converting the date. This class is part of Khaled Al-Shamaa project for PHP and Arabic language: http://www.al-shamaa.com/ php/arabic</description>
</item>
<item>
<title>Time of Day Based Backgrounds</title>
<link>http://www.advancescripts.com/detailed/14383.html</link>
<description>Just like the time changing backgrounds that appear when using themes on iGoogle this simple function dynamically inserts css into the head of any web page to change the background and/or background image of an html tag, class or id based on the time of the day. One function call gets the job done with configuration variables to control server time offset (so the time is set to your local time) and the name of the tag, class or id you wish to add the background to.There are currently 6 times phases supported: midnight, dawn, morning, afternoon, dusk and evening. The zip file contains a working demo with images. </description>
</item>
<item>
<title>International Text Date</title>
<link>http://www.advancescripts.com/detailed/4435.html</link>
<description>International Text Date is a PHP script for displaying the date in your selected language. Currently supported languages include En, Fr, De, Es and Se.</description>
</item>
<item>
<title>International Graph Date</title>
<link>http://www.advancescripts.com/detailed/4434.html</link>
<description>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.</description>
</item>
<item>
<title>Digital Clock</title>
<link>http://www.advancescripts.com/detailed/4433.html</link>
<description>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.</description>
</item>
<item>
<title>Analogic Clock</title>
<link>http://www.advancescripts.com/detailed/4432.html</link>
<description>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.</description>
</item>
<item>
<title>Clock</title>
<link>http://www.advancescripts.com/detailed/4431.html</link>
<description>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.</description>
</item>
<item>
<title>Netbeat Time</title>
<link>http://www.advancescripts.com/detailed/4430.html</link>
<description>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.</description>
</item>
<item>
<title>PHPClock</title>
<link>http://www.advancescripts.com/detailed/4429.html</link>
<description>A simple text clock with 4 differnet formats to choose from, also includes some date formats. Note this script only shows server time.</description>
</item>
<item>
<title>Time in Php</title>
<link>http://www.advancescripts.com/detailed/4428.html</link>
<description>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.</description>
</item>
<item>
<title>Date and day of the week in php</title>
<link>http://www.advancescripts.com/detailed/4427.html</link>
<description>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 and to customize.</description>
</item>
<item>
<title>Bob's DateCalculator</title>
<link>http://www.advancescripts.com/detailed/4426.html</link>
<description>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.</description>
</item>
<item>
<title>Website LastUpdatedTrick Function</title>
<link>http://www.advancescripts.com/detailed/4425.html</link>
<description>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)</description>
</item>
<item>
<title>RGNClock</title>
<link>http://www.advancescripts.com/detailed/4424.html</link>
<description>RGNClock is a nifty little program that displays the current time on your web server in graphical form. Very easy to install on any server, just by using include commands.</description>
</item>
<item>
<title>Unix date converter</title>
<link>http://www.advancescripts.com/detailed/4423.html</link>
<description>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.



Version 2.0: fixed a bug due to the time zone. Now it works right everywhere!</description>
</item>
<item>
<title>ADOdb Date and Time Library</title>
<link>http://www.advancescripts.com/detailed/4422.html</link>
<description>PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overcome these limitation by replacing the native function's signed integers with PHP floating point numbers when necessary.  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.</description>
</item>
<item>
<title>Servertime</title>
<link>http://www.advancescripts.com/detailed/4421.html</link>
<description>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  

French, 24h / 12h time format.</description>
</item>
<item>
<title>Bs_StopWatch</title>
<link>http://www.advancescripts.com/detailed/4420.html</link>
<description>A 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</description>
</item>
<item>
<title>Local Date Display</title>
<link>http://www.advancescripts.com/detailed/4419.html</link>
<description>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).</description>
</item>
<item>
<title>Chinese calendar converter</title>
<link>http://www.advancescripts.com/detailed/4417.html</link>
<description>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.</description>
</item>
<item>
<title>Binary Clock</title>
<link>http://www.advancescripts.com/detailed/4416.html</link>
<description>A simple clock that shows the current time in binary format(graphical). Adjustable to show local time.</description>
</item>
<item>
<title>Offset Calculator</title>
<link>http://www.advancescripts.com/detailed/4415.html</link>
<description>Helps you find the difference between your local time and the server time.</description>
</item>
<item>
<title>CowTime</title>
<link>http://www.advancescripts.com/detailed/4414.html</link>
<description>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.</description>
</item>
<item>
<title>Date file last modified</title>
<link>http://www.advancescripts.com/detailed/806.html</link>
<description>Outputs the date and time that a file was last modified. Can be formatted however you wish.</description>
</item>
</channel>
</rss>
