Grammer fixes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95746 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dallas Wang 2002-09-15 03:21:18 +00:00
parent 0886f0fab6
commit a3a686aa99

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<reference id="ref.datetime">
<title>Date and Time functions</title>
<titleabbrev>Date/time</titleabbrev>
@ -7,14 +7,14 @@
<section id="datetime.intro">
&reftitle.intro;
<para>
You can use this functions to handle date and time.
This functions allow you to get date and time from the server
where PHP is running on. You can use this functions to format the
You can use these functions to handle date and time.
These functions allow you to get date and time from the server
where PHP is running on. You can use these functions to format the
output of date and time in many different ways.
</para>
<note>
<simpara>
Please keep in mind that this functions are depending on
Please keep in mind that these functions are depending on
the locale settings of your server. Especially consider
daylight saving time settings and leap years.
</simpara>