|
Displaying the Current Date and Time
|
Other links at PHP > Tutorials > Date and Time |
| 1. |
Page Load Time Walkthrough
|
|
|
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.
|
| 2. |
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 day and local time
|
| 3. |
Function to convert datetime
|
|
|
With this function, you can convert a mysql datetime datatype into any other format. This way, you only need to declare the function once and be able to format your dates everywhere in your document.
|
| 4. |
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.
|
| 5. |
PHP Date and Time
|
|
|
This tutorial will teach you how to add server date and time to your site using the simple date() function.
|
|
|