Best Tutorials website
Latest tutorials

Advertisment

Title Bar Date Script

Title Bar Date Script

A code snippet that displays today's date in the title bar of your web page.


Views: 991 | Rating star | by Tutorial
PHP - Date and Time

Displaying the Current Date and Time

Displaying the Current Date and Time

Displaying the Current Date and Time. All data which may be obtained with command Date() is shown. A couple of examples are included: link of the...


Views: 927 | Rating star | by Slicer
PHP - Date and Time

Calendar of Events Listing

Calendar of Events Listing

This tutorial describes how to write a simple script which looks at a list of events and only displays the events that occur today or in the future.


Views: 1009 | Rating star | by Steve
PHP - Date and Time

Inserting Dates

Inserting Dates

This basic tutorial shows four different ways of displaying date and time using PHP functions on your Web page.


Views: 969 | Rating star | by David
PHP - Date and Time

Adding Date/Time Last Updated

Adding Date/Time Last Updated

Simple tutorial explains how to add date time stamp 'page last updated on...' for a specified file using filemtime function.


Views: 1020 | Rating star | by Adam
PHP - Date and Time

Last Modified - Tutorial and Script

Last Modified - Tutorial and Script

This is an example rich tutorial on adding a 'last modified' date and time to your website. It includes full source code and description...


Views: 1032 | Rating star | by Donald
PHP - Date and Time

Show Date and Time

Show Date and Time

Show your visitors date and time formatted in the way you prefer


Views: 840 | Rating star | by Jarry
PHP - Date and Time

How to convert date to time and back

How to convert date to time and back

This tutorial will show you how to convert date to time and format the resulting output.


Views: 809 | Rating star | by Isac
PHP - Date and Time

Date and Time

Date and Time

Most of the time, the date and time functionalities of PHP 5 are used for printing out the current date and time to pretend that the web page is up...


Views: 774 | Rating star | by Tutorial
PHP - Date and Time

Creating a graphic clock using Date() functions in PHP

Creating a graphic clock using Date() functions in PHP

This tutorial will show you one way of creating a very simple graphic digital clock using PHP.


Views: 837 | Rating star | by Colin
PHP - Date and Time

Show time left with PHP, nice formatted

Show time left with PHP, nice formatted

If you have an expiration time/date, and want to show how long time it's left until that time/date this is the stuff for you.


Views: 887 | Rating star | by Daniel
PHP - Date and Time

Calculate the number of days, weeks, years between two user inputted dates

Calculate the number of days, weeks, years between two user inputted dates

Ever wondered how to calculate the number of days between two dates using PHP. Well, by following this very detailed article you will learn in no...


Views: 811 | Rating star | by Source
PHP - Date and Time

Creating a count down system

Creating a count down system

In this tutorial I will show you how to create a simple count down system.


Views: 791 | Rating star | by Simon
PHP - Date and Time

Calculate a Person's Age From Two Dates

Calculate a Person's Age From Two Dates

Many registration forms request registrants' birth dates. This function allows you to use that information to determine a person's age....


Views: 0 | Rating star | by Marry
PHP - Date and Time

PHP date function explained

PHP date function explained

With PHP's date function you format timestamps, so they are more human readable. The following tutorial will teach you how to display the...


Views: 794 | Rating star | by Mark
PHP - Date and Time

Countdown in days

Countdown in days

This incredibly simple code will take a date and work out the number of days until that date, it can also be displayed as seconds, hours, weeks,...


Views: 785 | Rating star | by Sean
PHP - Date and Time

PHP Date and Time

PHP Date and Time

PHP provides powerful tools for date arithmetic that make manipulating dates easy.


Views: 788 | Rating star | by Isac
PHP - Date and Time

PHP measuring page load time

PHP measuring page load time

In this tutorial you will learn from a simple code how to generate the page loading time using pure PHP programing. The idea is simple, this script...


Views: 789 | Rating star | by Steve
PHP - Date and Time

Translate date into your language

Translate date into your language

Learn how to translate date into your language, also you will learn how to use if, else and elseif.


Views: 769 | Rating star | by Amy
PHP - Date and Time

Subtract Dates

Subtract Dates

A simple function to calculate Days (difference) between two dates. The function can be easily extended to get the result in minute, hours, months...


Views: 813 | Rating star | by Simon
PHP - Date and Time