Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Working with dates and times in PHP
Inserting Dates
Function to convert date and time
Displaying Date and Time
Days Between Now And Future Date 1.0
Calendar of Events Listing
Calculating date differences
Adding date/time last updated
Top Code
Displaying Date and Time
Working with dates and times in PHP
Calculating date differences
Calendar of Events Listing
Function to convert date and time
Adding date/time last updated
Inserting Dates
Days Between Now And Future Date 1.0
PHP > Tips and Tutorials > Date and Time
Source List

Code 1-8 of 8   


Working with dates and times in PHP is an article that teaches about the usage of dates and times in PHP projects. The author gives a sample PHP code function for this purpose on the page for easy understanding. The author deals in the following...





Inserting Dates is an article that teaches how to display the date, day and month with PHP script. For this purpose, the author gives four examples for easy learning. The author describes how to display current month/day/date format and current...



This article describes to change a MySQL datetime and datatype record into some other format as you like to create. For this purpose, the author gives two codes. In the first you can declare a function to show where you need to show it and the...



Displaying Date and Time is an article that shows us how to display the local date and time. The author gives some sample PHP scripts for easy understanding. There is no configuration needed for your server and your hosting server located in...



This will calculate and show how many days until a date in the future that you define.



Calendar of Events Listing is a tutorial that teaches how to display a event in a set of event list that belongs to the current date. For this purpose, the author gives some sample codes and functions for easy understanding. This PHP code helps to...



In this article, the author gives a sample PHP code for finding date differences between any the two particular dates. This can be utilized even in Oracle, MS Excel, MS Access, SQL server, PostgreSQL servers easily. This tutorial is useful for...



This tutorial explains that how to insert date/time in a specified file using filemtime function when it is last updated. The filemtime function shows time in timestamp format and needs to be formatted by the date function which in a useful...