mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Grammer fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95746 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0886f0fab6
commit
a3a686aa99
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue