Convert date to time and back By: Admin
MySQL spits out date in YYYY-MM-DD format. The
following code will show how we can customize the output. If you want
to learn how to conv...30-Mar-2010 |
PHP Date By: Admin
While PHP's date() function may seem to have an
overwhelming amount of options available, isn't it always better to
have more choices than not...30-Mar-2010 |
Event Calender By: Admin
An events calendar allows you to keep a
schedule of your appointments, etc. In this article Mitchell creates an
extremely useful events c...30-Mar-2010 |
Time and Date By: Admin
PHP has the ability to dynamically generate the
time and date. Using a simple line of code we are able to include this
on our site, howev...30-Mar-2010 |
PHP Calender By: Admin
This tutorial will show you how to render a
calendar for the current month using PHP and HTML. This tutorial makes
use of PHP's calendar ...30-Mar-2010 |
Show time left with PHP By: Admin
The function must be able to output any of
these examples. The first example probably have some minutes and
seconds aswell left, but they...30-Mar-2010 |
Date and Time By: Admin
Most of the time, the date and time
functionalities of PHP 5 are used for printing out the current date and
timeto pretend that the web p...30-Mar-2010 |
PHP Calender By: Admin
PHP calendars can be very useful. You can do
things as simple as showing the date, and as complex as an online
booking system. In this tu...30-Mar-2010 |
PHP Calender By: Admin
Here's a very simple, but very complete, PHP
script to print out a calendar. It does one thing, but does it well
(which is how it should ...30-Mar-2010 |
Calendar of Events Listing By: Admin
This code is for when you have a list of events
you would like to put on a Web page but don't want to have to keep
track of which events ...30-Mar-2010 |
Using Date and Time functions By: Admin
As these functions are built in PHP , no
installation is necessery. date() - You can pickup the current date
using date function. The dat...30-Mar-2010 |
Displaying Date and Time By: Admin
This is just a one way of displaying the date
and time, there are many other forms that you can create yourself. Also
there are several d...30-Mar-2010 |
User-Defined Timezones in PHP By: Admin
On User-Defined Timezones in PHP a tutorial
used to will help you add the features for shifting dates to a
user-defined timezone. This ca...30-Mar-2010 |
Quick Calendar with AJAX & PHP By: Admin
There are many web calendars in the market but
some of them are quite complicated. If we are not able to understand
the code, it becomes ...30-Mar-2010 |
PHP Time and Date By: Admin
Dates are very simple in PHP and are easy to
get the hang on but not so easy to remember all the variables to the
dates as you will see f...30-Mar-2010 |
Validating & Formatting Dates By: Admin
This tutorial is intended for developers who
want to take a user-supplied date and format it so that it can be added
to the database, and...30-Mar-2010 |
Difference Between Two Dates By: Admin
Suppose you want to know the age of a person
given her birth date. Let’s say her birth date is "09-23-1969". In the
datab...30-Mar-2010 |
Creating a PHP Script Timer By: Admin
This timer is the simplest and easiest to
implement. It will determine the time taken for a php script to execute
correct to 0.0000000000...30-Mar-2010 |
Creating A .csv Document By: Admin
This is a very basic script for creating a .csv
file in PHP and is easy to set up and display information. I hope this
helps you out in d...30-Mar-2010 |
Date & Time By: Admin
PHP's date functions are powerful, flexible,
and surprisingly easy to use. This section guides you through the
functions, explaining the ...30-Mar-2010 |
Date and Time Manipulation By: Admin
In this tutorial I will tell you how to
manipulate dates and time and this is what the second part of this
tutorial will show. The thing ...30-Mar-2010 |
Date and Time Formatting By: Admin
n the this tutorial, we will get familiar with
date and time formatting. Probably most of you are familiar with
formatting, but for those...30-Mar-2010 |
PHP Date() By: Admin
The PHP date() function formats a timestamp to
a more readable date and time. This article contains the W3 School's
explanation on how to...30-Mar-2010 |
How to Make a PHP Calendar By: Admin
In this tutorial you will learn how to build
your own web based calendar using PHP. This calendar is made from two
parts. On top there ar...30-Mar-2010 |
Display Date in PHP By: Admin
This tutorial will show you how to do it. To
display date, we use function date(). But you need to format it by
choose the formatting opt...30-Mar-2010 |
Display Previous Date in PHP By: Admin
How to Display Previous Date or Next Date Using
PHP? it is very simple, just use date() and strtotime(). Using the same
way, we can displ...30-Mar-2010 |
How Many Days in a Month By: Admin
Some times we need to find out how many days in
a certain month. There are two methods to do it. One method is to use
an array to store a...30-Mar-2010 |
Display Time Using PHP By: Admin
How to display time using PHP? This tutorial
will show you how to do it. To display time, we use function date().
But you need to format ...30-Mar-2010 |
PHP calendar By: Admin
This tutorial will show you how to render a
calendar for the current month using PHP and HTML. This tutorial makes
use of PHP’s cal...31-Mar-2010 |
Validating and Formatting Date By: Admin
Intended Audience This tutorial is intended for
developers who want to take a user-supplied date and format it so that
it can be added to...31-Mar-2010 |
Storing date and time By: Admin
There are many topics on the forums that go
again, topics many people often are having trouble with. One of these
problem areas are how t...31-Mar-2010 |
Create a Google Calendar By: Admin
Google Calendar is a free and fully featured
web based calendar solution. The calendar information is kept private
by default, but you ca...31-Mar-2010 |
Create a Calendar By: Admin
This tutorial came in order to give a response
to the different email asking me how to create a calendar similar to
the one in my home pa...31-Mar-2010 |
Date & Time Functions By: Admin
When developing a website with PHP it is often
beneficial to report server times and/or dates. On its own this ability
is quite useful, b...31-Mar-2010 |
UNIX Timestamp By: Admin
This is a guide, you will not have a
stand-alone effect or file by the end of this guide, but you will -
hopefully - have an understandin...31-Mar-2010 |
Show Date and Time By: Admin
Browsing several sites you have seen that they
have date or time displayed in real time, you were wondering how to
have it on your own si...31-Mar-2010 |
Unix Timestamps By: Admin
In this tutorial I will show you how to use the
time() funtion. First of all, what it does: The time() function simply
returns the number...31-Mar-2010 |
Time and Date using PHP By: Admin
In this tutorial we will learn how to display
the day and/or time by using php. It's a very easy thing to do using
php (theres only one l...31-Mar-2010 |
Storing configuration parameter By: Admin
In most systems, you need to have configuration
parameters, that you can easily change, and especially if more people
will be administrat...31-Mar-2010 |