Introduction to Date, Time and Calendar functions in PHP

The Date, Time and Calendar funcitons are a very valuable group of integrated functions in PHP programming. These functions allow user to get the date and time from the server...

Date and Time functions in PHP

The Date and Time manipulation in PHP contains a wide variety of integrated functions. These functions are listed below. The list of Date and Time func...

Date and Time related predefined constants in PHP

Since PHP 5.1.1, the Date constants are defined to standardize the date representation which can be used along with the

Date and Time formats in PHP

The date and time formats may be parsed and manipulated with functions strtotime(), date_create(), etc... Thes...

Calendar functions in PHP

The Calendar manipulation in PHP (same as Date and Time manipulation...

Calendar related predefined constants in PHP

Same as Date and Time predefined constants, there are also those used for ca...