diff --git a/index.js b/index.js index a1185e4..49f2e34 100644 --- a/index.js +++ b/index.js @@ -348,7 +348,7 @@ console.day = function () { //Print time, example '9:14:67 AM' console.time = function () { - return new Extender(moment().format('h:mm:ss A') + spaces($.indentation)); + return new Extender(moment().format('MMM_D_YY h:mm:ss A') + spaces($.indentation)); } console.f = function(n, _) {