Advertisment
A code snippet that displays today's date in the title bar of your web page.
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...
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.
This basic tutorial shows four different ways of displaying date and time using PHP functions on your Web page.
Simple tutorial explains how to add date time stamp 'page last updated on...' for a specified file using filemtime function.
This is an example rich tutorial on adding a 'last modified' date and time to your website. It includes full source code and description...
Show your visitors date and time formatted in the way you prefer
This tutorial will show you how to convert date to time and format the resulting output.
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...
This tutorial will show you one way of creating a very simple graphic digital clock using PHP.
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.
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...
In this tutorial I will show you how to create a simple count down system.
Many registration forms request registrants' birth dates. This function allows you to use that information to determine a person's age....
With PHP's date function you format timestamps, so they are more human readable. The following tutorial will teach you how to display the...
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,...
PHP provides powerful tools for date arithmetic that make manipulating dates easy.
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...
Learn how to translate date into your language, also you will learn how to use if, else and elseif.
A simple function to calculate Days (difference) between two dates. The function can be easily extended to get the result in minute, hours, months...