mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-09-11 11:11:11 +00:00
Full date + time
This commit is contained in:
parent
f178d3efab
commit
8a08aebae0
1 changed files with 1 additions and 1 deletions
2
index.js
2
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, _) {
|
||||
|
|
Loading…
Add table
Reference in a new issue