Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 2a4be7b

Browse files
committed
change date time formatting
1 parent 29d3fd3 commit 2a4be7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function _s($key, $a = null) {
3333
}
3434

3535
static function format_time($time) {
36-
return userdate($time, '%A, %d %B %Y, %I:%M %P');
36+
return userdate($time, '%m-%d-%Y, %I:%M %p');
3737
}
3838

3939
static function cleanup($table, $contextid, $itemid) {

0 commit comments

Comments
 (0)