0.1.2 • Published 9 years ago
first-creation v0.1.2
first-creation
installation
$ npm install --save first-creationusage
var fc = require('first-creation');to print message:
fc.printMsg()to greet:
fc.greet()to convert date: (convert the annoyingly-natively-formatted javascript time to string 'yyyy-mm-dd hh:mm:ss')
fc.convertDate(date)