Happy New Year
[squirrelmail.git] / functions / date.php
index e61b7337270a2f502cee0557a6e63b8824bfa026..dbd482ab48b6abd140139332a1e29ec82ff44f68 100644 (file)
@@ -8,7 +8,7 @@
  *       <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
  * (as specified in RFC 822) -- 'Tue' is optional
  *
- * @copyright 1999-2013 The SquirrelMail Project Team
+ * @copyright 1999-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -376,9 +376,9 @@ function getDateString( $stamp, $return_full_date_and_time=FALSE ) {
 
     if ($return_full_date_and_time) {
         if ( $hour_format == SMPREF_TIME_12HR ) {
-            $date_format = _("D, M j, Y g:i a");
+            $date_format = _("D, F j, Y g:i a");
         } else {
-            $date_format = _("D, M j, Y H:i");
+            $date_format = _("D, F j, Y H:i");
         }
     } else if (!empty($custom_date_format)) {
         $date_format = $custom_date_format;