Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15070 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60807 invoked by uid 1010); 17 Feb 2005 22:01:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60310 invoked from network); 17 Feb 2005 22:00:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2005 22:00:42 -0000 X-Host-Fingerprint: 66.111.4.25 out1.smtp.messagingengine.com Received: from ([66.111.4.25:35701] helo=out1.smtp.messagingengine.com) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id D1/14-28819-7C315124 for ; Thu, 17 Feb 2005 16:59:35 -0500 Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 2D1F8C58E21 for ; Thu, 17 Feb 2005 16:59:24 -0500 (EST) X-Sasl-enc: mRVncmwoHGm2qSjhy9ulZw 1108677562 Received: from [192.168.2.100] (h00032f063866.ne.client2.attbi.com [65.96.175.61]) by www.fastmail.fm (Postfix) with ESMTP id 9A4AA247F3 for ; Thu, 17 Feb 2005 16:59:22 -0500 (EST) Message-ID: <421505AB.4060407@sitening.com> Date: Thu, 17 Feb 2005 14:59:23 -0600 User-Agent: Mozilla Thunderbird 1.0 (X11/20050127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: AP style month names From: scott@sitening.com (Scott Holdren) I was recently introduced to AP style month names, and I thought it might be a useful addition to the date formats. http://www.umw.edu/policies/style_guide/ap_style_guide/default.php Jan. Feb. March April May June July Aug. Sept. Oct. Nov. Dec. This stems from a publishing client who is using a LAMP application I created to manage their articles and prepare them for press. Is this something that would be appropriate for php's date() function, or is this too specialized? Scott