[pLog-svn] r686 - plog/trunk/class/locale

ork at devel.plogworld.net ork at devel.plogworld.net
Wed Jan 5 21:30:03 GMT 2005


Author: ork
Date: 2005-01-05 21:30:02 +0000 (Wed, 05 Jan 2005)
New Revision: 686

Modified:
   plog/trunk/class/locale/locale.class.php
Log:
missing comment added..


Modified: plog/trunk/class/locale/locale.class.php
===================================================================
--- plog/trunk/class/locale/locale.class.php	2005-01-05 21:22:17 UTC (rev 685)
+++ plog/trunk/class/locale/locale.class.php	2005-01-05 21:30:02 UTC (rev 686)
@@ -371,7 +371,8 @@
          * <li>%j   day of the month, numeric (without leading zero)</li>
 		 * <li>%H	hours, in 24-h format</li>
 		 * <li>%I	hours, in 12-h format</li>
-		 * <li>%p   returns AM or PM</li>
+		 * <li>%p   returns 'am' or 'pm'</li>
+		 * <li>%P   returns 'AM' or 'PM'</li>
 		 * <li>%M	minutes</li>
 		 * <li>%m	month number, from 00 to 12</li>
 		 * <li>%S	seconds</li>




More information about the pLog-svn mailing list