Console.js 145 Bytes
Newer Older
arturo's avatar
arturo committed
1 2 3 4 5 6 7 8
"use strict";
/**
 * Get Creation Date
 * @return {string}
 */
exports.getCreationDate = function() {
  return new Date().toLocaleTimeString()
}