Revert "Change to 24H format instead of 12H format"
This reverts commit 8279dde97a
.
This commit is contained in:
parent
9cb07f126d
commit
ce5d2ab7db
|
@ -1338,7 +1338,7 @@ OC.Util = {
|
||||||
* @returns {string} timestamp formatted as requested
|
* @returns {string} timestamp formatted as requested
|
||||||
*/
|
*/
|
||||||
formatDate: function (timestamp, format) {
|
formatDate: function (timestamp, format) {
|
||||||
format = format || "MMMM D, YYYY H:mm";
|
format = format || "MMMM D, YYYY h:mm";
|
||||||
return moment(timestamp).format(format);
|
return moment(timestamp).format(format);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue