From 8a08aebae0036d4f0c0eb11f8d7ebfe73f124067 Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Mon, 8 Sep 2014 12:06:37 +0200 Subject: [PATCH] Full date + time --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, _) {