Changeset:
        06606446e393
        
https://sourceforge.net/p/mrbs/hg-code/ci/06606446e393e432786662c0f8253a5d60fa0e0d
Author:
        Campbell Morrison <[email protected]>
Date:
        Wed Mar 15 16:58:53 2017 +0000
Log message:

Excluded seconds from the default representation of start and end time.  See SF
Bugs #381.

diffstat:

 web/systemdefaults.inc.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r c5b1ce556f98 -r 06606446e393 web/systemdefaults.inc.php
--- a/web/systemdefaults.inc.php        Wed Mar 15 16:44:07 2017 +0000
+++ b/web/systemdefaults.inc.php        Wed Mar 15 16:58:53 2017 +0000
@@ -319,8 +319,8 @@
 $strftime_format['time12']       = "%I:%M%p";      // 12 hour clock
 $strftime_format['time24']       = "%H:%M";        // 24 hour clock
 $strftime_format['datetime']     = "%c";           // Used in Help
-$strftime_format['datetime12']   = "%I:%M:%S%p - %A %d %B %Y";  // 12 hour 
clock
-$strftime_format['datetime24']   = "%H:%M:%S - %A %d %B %Y";    // 24 hour 
clock
+$strftime_format['datetime12']   = "%I:%M%p - %A %d %B %Y";  // 12 hour clock
+$strftime_format['datetime24']   = "%H:%M - %A %d %B %Y";    // 24 hour clock
 // If you prefer dates as "10 Jul" instead of "Jul 10" ($dateformat = true in
 // MRBS 1.4.5 and earlier) then use
 // $strftime_format['daymonth']     = "%d %b";

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to