Date and Time related scripts & softwares
In this tutorial I will show you how to create a simple count down system.
Learn how to program in php language a simple daily calendar by using 8 steps presented in this tutorial. A very complete tutorial that explains some features using php language. Very complexe tutorial where you can learn php language, css & html all in 1 very powerful script.
This simple PHP example will generate and output the date of easter for any given year. It is very simple, and most people will easily understand it.
In this code sample we will take a look at how to display date or time in our HTML pages. In PHP date() function can be used for to display in different ways. Let's see our sample.
Here I’ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It’s a very simple script and is accurate to 0.000000000000001 seconds.
This tutorial will show you how to add your page load time to your PHP pages. It includes code that is able to be copy and pasted for easy assembly.
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.
Many registration forms request registrants' birth dates. This function allows you to use that information to determine a person's age. This is useful when determining whether COPPA requires parental consent (if the user is under 13).
In this tutorial, you will be introduced to dealing with dates in PHP.
This will calculate and show how many days there are from the current date to a date in the future that you define.
|