|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2009-11-05 00:50 UTC] charles dot belov at sfmta dot com
Description: ------------ According to http://php.net/manual/en/function.date.php, date formatting offers two formats for Ante meridiem and Post meridiem: a Lowercase Ante meridiem and Post meridiem am or pm A Uppercase Ante meridiem and Post meridiem AM or PM The Associated Press (AP) Stylebook specifies that these are to be written with a third format: "a.m." or "p.m." (lower case "am" and "pm" but with periods). Please add this format to the possible time formats for Ante meridiem and Post meridiem. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 19:00:01 2025 UTC |
This issue is by now more than 7 years old and targets an unsupported version of PHP. As it is a very special usecase that can be achieved in userland code using f.e. str_replace('m', '.m.', $date->format('a')) I'm closing this.