Date: 03/29/99
- Next message: cmv: "[PHP-DEV] CVS update: php3/regex"
- Previous message: cmv: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: cmv: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Monday March 29, 1999 @ 14:54
Author: cmv
Update of /repository/php3/doc/functions
In directory asf:/u/temp/cvs-serv6226/doc/functions
Modified Files:
datetime.sgml
Log Message:
additions to date():
- 'g' - hour, 1-12, no leading zeros
- 'G' - hour, 0-23, no leading zeros
- 'n' - month, 1-12, no leading zeros
Index: php3/doc/functions/datetime.sgml
diff -c php3/doc/functions/datetime.sgml:1.24 php3/doc/functions/datetime.sgml:1.25
*** php3/doc/functions/datetime.sgml:1.24 Wed Jan 20 16:16:08 1999
--- php3/doc/functions/datetime.sgml Mon Mar 29 14:54:44 1999
***************
*** 63,72 ****
--- 63,75 ----
<listitem><simpara>F - month, textual, long; i.e. "January"</simpara></listitem>
<listitem><simpara>h - hour, numeric, 12 hour format</simpara></listitem>
<listitem><simpara>H - hour, numeric, 24 hour format</simpara></listitem>
+ <listitem><simpara>g - hour, numeric, 12 hour format, no leading zeros</simpara></listitem>
+ <listitem><simpara>G - hour, numeric, 24 hour format, no leading zeros</simpara></listitem>
<listitem><simpara>i - minutes, numeric</simpara></listitem>
<listitem><simpara>j - day of the month, numeric, without leading zeros</simpara></listitem>
<listitem><simpara>l (lowercase 'L') - day of the week, textual, long; i.e. "Friday"</simpara></listitem>
<listitem><simpara>m - month, numeric</simpara></listitem>
+ <listitem><simpara>n - month, numeric, no leading zeros</simpara></listitem>
<listitem><simpara>M - month, textual, 3 letters; i.e. "Jan"</simpara></listitem>
<listitem><simpara>s - seconds, numeric</simpara></listitem>
<listitem><simpara>S - English ordinal suffix, textual, 2 characters; i.e. "th", "nd"</simpara></listitem>
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: cmv: "[PHP-DEV] CVS update: php3/regex"
- Previous message: cmv: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: cmv: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

