0.1.2 • Published 8 years ago
first-creation v0.1.2
first-creation
installation
$ npm install --save first-creation
usage
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)