my-date-return
v1.0.0
Published
Returns the date, given params. This module is for tesing the creation process of npm modules
Downloads
3
Maintainers
Readme
My-Date-Return
Testing npm Package creation. The functions in this package take no arguments.
Usage
Installation
var myDateReturn = require("my-date-return");
Calling
myDateReturn.getFullDate(); - returns full date with day, month and year
myDateReturn.getDay(); - returns simply the day of the week