|
In this code sample we will
SnipIE lets you save,
The PHP Date Library
100% secure private
take a look at how to
organize and annotate
is collection of
point-to-point conversations
display date or time in our
snippets of useful web
professional native PHP
HTML pages. In PHP
content (news items,
functions to work with
date() function can be
definitions, tips, product
dates. It does not require
used for to display in
info, prices, web forms,
any PHP extensions. This
different ways. Let's see
contact information etc.).
library includes most useful
our sample.
Also includes Internet Time
functions to work with
Sync - to keep your PC clock
dates. It includes functions
up to date.
to validate the date, shift
date by given amount of
days, calculate difference
between two dates, calculate
week number for given date
and much more.
It properly
handles leap years and is
ISO compatible.
Professional programmer
has spent 3+ days to study
the subject, code the
library, write manual and
put it all here.
Date: Aug, 31 2006 Date: Jun, 15 2004 Date: Sep, 27 2006 Date: Dec, 05 2003 |
|
Based around the
functionality of the PHP
date() function, it
returns date and time
information in a format
based upon arguments it is
fed. Essentially, it takes
one date string/object and
transforms it to a different
format. The ASP
FormatDateTime function is
extremely limited. This
provides an alternative
which gives you far greater
control over how the date is
returned.
Date: Nov, 12 2001 |