Main > Free Download Search >

Free date display script

date display

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2118
ADOdb Date and Time Library

ADOdb Date and Time Library


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 beyon more>> 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 functions 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.<<less
Added: 2003-01-27 License: BSD Style Price: Free
2474 downloads
WebLog Point of View 6.0B

WebLog Point of View 6.0B


A weblog based on Somery but with multiple added functions. Complete admin section. Photo upload, max 9 photos per day. Calender with month selection and news-dates display. News groups, comments (on/off), archive, with or without login. Very easy more>> A weblog based on Somery but with multiple added functions. Complete admin section. Photo upload, max 9 photos per day. Calender with month selection and news-dates display. News groups, comments (on/off), archive, with or without login. Very easy to configure. Setting for time difference with server, and setup to display categories. Added posibility for popup comments. Several small changes to speed it up Renamed to PointOfView. With insertable Poll (can be switched off) and a quick listing of comments in the last 1 or 2 days. Some errors corrected (see changes.txt) Pop_up files separate download Email address check for comments now verifies Yahoo addresses too!<<less
Added: 2003-05-21 License: Price: 0.00 Price: 0.00
13 downloads
 
Other version of WebLog Point of View
WebLog Point of ViewCalender with month selection and news-dates display. News groups, comments (on/ WebLog ... Calender with month selection and news-dates display. News groups, comments (on/off
License:Not Specified
Download
2349 downloads
Added: 2003-05-21
phpDateTime

phpDateTime


PHP-Classes for easier handling of Date-, Time-, DateTime- and Timspan-Values in different formats can calculate, convert, display, format any form of ISO, DIN, UK, US, Unix-Timestamp, MySQL-Timestamp more>> PHP-Classes for easier handling of Date-, Time-, DateTime- and Timspan-Values in different formats can calculate, convert, display, format any form of ISO, DIN, UK, US, Unix-Timestamp, MySQL-Timestamp<<less
Added: 2004-05-06 License: LGPL Price: Free
1999 downloads
@1 Last Modified Date & Time 1.0

@1 Last Modified Date & Time 1.0


This Perl script checks the "Last Modified" date and time of a file. You can choose the display formats. SSI needed. It has a big advantage over other methods as it can be used to check on a file placed outside the root directory. more>> This Perl script checks the "Last Modified" date and time of a file. You can choose the display formats. SSI needed. It has a big advantage over other methods as it can be used to check on a file placed outside the root directory.<<less
Added: 2004-06-10 License: Freeware Price: $0.00USD
11 downloads
 
Other version of @1 Last Modified Date & Time
@1 Last Modified Date & TimeThis Perl script checks the Last Modified date and time of a file. You can choose the display ... "Last Modified" date and time of a file. You can choose the display formats. SSI needed. It has a
License:Freeware
Download
1965 downloads
Added: 2004-06-10
A simple Date and Time script V1.1

A simple Date and Time script V1.1


This small and very simple script will display the current date and time every time a visitors browser is refreshed. It is extremely easy to set-up and use and you can have it working in just a few minutes. It is highly configurable meaning that you can more>> This small and very simple script will display the current date and time every time a visitors browser is refreshed. It is extremely easy to set-up and use and you can have it working in just a few minutes. It is highly configurable meaning that you can easily change its appearance to match your site. Included with the script are full instructions on setting it up and using it. Multiple language support.<<less
Added: 2004-08-26 License: Freeware Price: $0.00USD
14 downloads
 
Other version of A simple Date and Time script
A simple Date and Time scriptThis small and very simple script will display the current date and ... script will display the current date and time every time a visitors browser is refreshed. It is
Price: FreeAdditionalInfoFree
License:Freeware
Download
1905 downloads
Added: 2004-08-26
Basic Date Picker

Basic Date Picker


Basic Date Picker Lite is a professional cross-browser ASP.NET calendar web control. This quick loading DHTML calendar enables rapid, error free, date selection without the use of pop-up windows. Save more>> Basic Date Picker Lite is a professional cross-browser ASP.NET calendar web control. This quick loading DHTML calendar enables rapid, error free, date selection without the use of pop-up windows. Save development time and optimize user experience with this highly flexible, customizable ASP.NET control. Implement a range of date selector options quickly and redistribute with your websites and applications for free.<<less
Added: 2005-05-31 License: Commercial License Price: $85.00AdditionalInfoWehavearangeoflicensesincludingafree,featurelimitedversion.
1796 downloads
Date( ) to Image Swap 1.0

Date( ) to Image Swap 1.0


This script determines the date using the date()function and then displays an image based on the date found. This script uses a switch statement. more>> This script determines the date using the date()function and then displays an image based on the date found. This script uses a switch statement.<<less
Added: 2005-04-10 License: Price: 0.00 Price: 0.00
12 downloads
 
Other version of Date( ) to Image Swap
Date( ) to Image Swapusing the date()function and then displays an image based on the date found. This script uses a ... then displays an image based on the date found. This script uses a switch statement
License:Not Specified
Download
1664 downloads
Added: 2005-04-10
Long Date And Time Format 1.0

Long Date And Time Format 1.0


The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005 more>> The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005<<less
Added: 2005-05-12 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Long Date And Time Format
Long Date And Time Formatout the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. ... out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd
License:Freeware
Download
1631 downloads
Added: 2005-05-12
Displaying the date using the date function

Displaying the date using the date function


Tutorial was written for the newbie PHP programmer to show how to use the date function to display the date using PHP. We also show you the aruments to pass to the date function to display the date th more>> Tutorial was written for the newbie PHP programmer to show how to use the date function to display the date using PHP. We also show you the aruments to pass to the date function to display the date the way you want it. Also included are examples.<<less
Added: 2005-05-24 License: Freeware Price: Free
1615 downloads
Display a Random Quote 1.2

Display a Random Quote 1.2


This code enables you to display a random quote from a list you define, all you need is a a single php file and your webpage. more>> This code enables you to display a random quote from a list you define, all you need is a a single php file and your webpage.<<less
Added: 2005-07-06 License: GPL Price: $0.00USD
12 downloads
 
Other version of Display a Random Quote
Display a Random QuoteThis code enables you to display a random quote from a list you define, all . This code enables you to display a random quote from a list you define, all
License:GPL
Download
1575 downloads
Added: 2005-07-06
The Last Cookie

The Last Cookie


With this CGI you can display on your main page when pages or files on your site were last updated by you. The best part is that it will tell your visitors what pages they havent visited since it has more>> With this CGI you can display on your main page when pages or files on your site were last updated by you. The best part is that it will tell your visitors what pages they havent visited since it has been updated! Features: Automatically displays date and time when page (or file) was last updated. Remembers if each person visited the pages since they were updated (using Cookies). Very customizable. Only the display page needs to be SSI (.shtml).<<less
Added: 2005-09-29 License: GPL Price: Free
1485 downloads
Display a Database

Display a Database


In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it. more>> In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it.<<less
Added: 2005-11-12 License: Freeware Price: Free
1454 downloads
Format date and time with ASP

Format date and time with ASP


ASP has some very usefull functions to deal with date and time : this tutorial let you know more about how to ypou use it very easily. more>> ASP has some very usefull functions to deal with date and time : this tutorial let you know more about how to ypou use it very easily.<<less
Added: 2005-11-12 License: Freeware Price: Free
1451 downloads
MyDay

MyDay


MyDay is just about as basic as a PHP script can get; yet no webmasters tool box should be without a good day-date-time script. Date-Day-Time may be displayed in one of 10 different formats. ... O more>> "MyDay" is just about as basic as a PHP script can get; yet no webmasters "tool box" should be without a good day-date-time script. Date-Day-Time may be displayed in one of 10 different formats. ... One of the "little things" that often go overlooked by everyone except your visitors.<<less
Added: 2006-04-19 License: Freeware Price: Free
1285 downloads
Display MySQL table as HTML example

Display MySQL table as HTML example


This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML. more>> This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML.<<less
Added: 2006-10-25 License: Other Free / Open Source License Price: Free
1194 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5