Date: 09/15/02
- Next message: Erica Douglass: "[PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Previous message: Dallas Thunder: "Re: [PHP-DOC] cvs: phpdoc /en/reference/datetime reference.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
erica Sun Sep 15 00:12:22 2002 EDT
Modified files:
/phpdoc/en/reference/datetime reference.xml
Log:
Fixed additional grammatical errors.
Index: phpdoc/en/reference/datetime/reference.xml
diff -u phpdoc/en/reference/datetime/reference.xml:1.4 phpdoc/en/reference/datetime/reference.xml:1.5
--- phpdoc/en/reference/datetime/reference.xml:1.4 Sat Sep 14 23:21:18 2002
+++ phpdoc/en/reference/datetime/reference.xml Sun Sep 15 00:12:22 2002
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<reference id="ref.datetime">
<title>Date and Time functions</title>
- <titleabbrev>Date/time</titleabbrev>
+ <titleabbrev>Date/Time</titleabbrev>
<partintro>
<section id="datetime.intro">
&reftitle.intro;
<para>
- 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.
+ These functions allow you to get the date and time from the server
+ where your PHP scripts are running. You can use these functions to format the
+ date and time in many different ways.
</para>
<note>
<simpara>
- 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.
+ Please keep in mind that these functions are dependent on
+ the locale settings of your server. Make sure to take
+ daylight saving time and leap years into consideration when working
+ with these functions.
</simpara>
</note>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Erica Douglass: "[PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Previous message: Dallas Thunder: "Re: [PHP-DOC] cvs: phpdoc /en/reference/datetime reference.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

