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

Commit

Permalink
change date time formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chadmazilly committed Nov 7, 2017
1 parent 29d3fd3 commit 2a4be7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function _s($key, $a = null) {
}

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

static function cleanup($table, $contextid, $itemid) {
Expand Down

0 comments on commit 2a4be7b

Please sign in to comment.