david Thu May 9 21:29:21 2002 EDT
Modified files:
/phpdoc/en/reference/datetime/functions date.xml
Log:
switch some 'i.e.'s to 'e.g.'
Index: phpdoc/en/reference/datetime/functions/date.xml
diff -u phpdoc/en/reference/datetime/functions/date.xml:1.2
phpdoc/en/reference/datetime/functions/date.xml:1.3
--- phpdoc/en/reference/datetime/functions/date.xml:1.2 Wed Apr 17 02:37:10 2002
+++ phpdoc/en/reference/datetime/functions/date.xml Thu May 9 21:29:21 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.date">
<refnamediv>
@@ -60,12 +60,12 @@
</listitem>
<listitem>
<simpara>
- D - day of the week, textual, 3 letters; i.e. "Fri"
+ D - day of the week, textual, 3 letters; e.g. "Fri"
</simpara>
</listitem>
<listitem>
<simpara>
- F - month, textual, long; i.e. "January"
+ F - month, textual, long; e.g. "January"
</simpara>
</listitem>
<listitem>
@@ -108,7 +108,7 @@
<listitem>
<simpara>
l (lowercase 'L') - day of the week, textual, long;
- i.e. "Friday"
+ e.g. "Friday"
</simpara>
</listitem>
<listitem>
@@ -123,7 +123,7 @@
</listitem>
<listitem>
<simpara>
- M - month, textual, 3 letters; i.e. "Jan"
+ M - month, textual, 3 letters; e.g. "Jan"
</simpara>
</listitem>
<listitem>
@@ -133,12 +133,12 @@
</listitem>
<listitem>
<simpara>
- O - Difference to Greenwich time in hours; i.e. "+0200"
+ O - Difference to Greenwich time in hours; e.g. "+0200"
</simpara>
</listitem>
<listitem>
<simpara>
- r - RFC 822 formatted date; i.e. "Thu, 21 Dec 2000 16:01:07 +0200"
+ r - RFC 822 formatted date; e.g. "Thu, 21 Dec 2000 16:01:07 +0200"
(added in PHP 4.0.4)
</simpara>
</listitem>
@@ -150,7 +150,7 @@
<listitem>
<simpara>
S - English ordinal suffix for the day of the month, 2 characters;
- i.e. "th", "nd"
+ i.e. "st", "nd", "rd" or "th"
</simpara>
</listitem>
<listitem>
@@ -160,12 +160,12 @@
</listitem>
<listitem>
<simpara>
- T - Timezone setting of this machine; i.e. "MDT"
+ T - Timezone setting of this machine; e.g. "EST" or "MDT"
</simpara>
</listitem>
<listitem>
<simpara>
- U - seconds since the epoch
+ U - seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
</simpara>
</listitem>
<listitem>
@@ -176,18 +176,17 @@
</listitem>
<listitem>
<simpara>
- W - ISO-8601 week number of year, weeks starting on monday (added in PHP
4.1.0)
- (Saturday)
+ W - ISO-8601 week number of year, weeks starting on Monday (added in PHP
+4.1.0)
</simpara>
</listitem>
<listitem>
<simpara>
- Y - year, 4 digits; i.e. "1999"
+ Y - year, 4 digits; e.g. "1999"
</simpara>
</listitem>
<listitem>
<simpara>
- y - year, 2 digits; i.e. "99"
+ y - year, 2 digits; e.g. "99"
</simpara>
</listitem>
<listitem>